Skip to content

Commit

Permalink
v2.1.600
Browse files Browse the repository at this point in the history
  • Loading branch information
johnturnham committed Feb 22, 2024
1 parent 538e9d5 commit 80b3eb4
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 71 deletions.
65 changes: 0 additions & 65 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -864,68 +864,3 @@ lib/Model/WalletPageView.php
lib/Model/Webpage.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/SmsSubscriberApiTest.php
test/Model/ClaimTicketRequestTest.php
test/Model/CountClaimedComps200ResponseTest.php
test/Model/CreateFile200ResponseTest.php
test/Model/DynamicVoucherBroadcastListTypeTest.php
test/Model/DynamicVoucherTemporalDecreaseFrequencyTypeTest.php
test/Model/EmployeeScheduleStartDayTest.php
test/Model/EmployeeScheduleStartHourTest.php
test/Model/EmployeeScheduleStartMeridiemTest.php
test/Model/EmployeeScheduleStartMinuteTest.php
test/Model/FetchAllCountries200ResponseInnerTest.php
test/Model/FetchAllLedgerTransactions200ResponseTest.php
test/Model/FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerTest.php
test/Model/FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueTypeTest.php
test/Model/FetchCustomerTicketsWithTokenRequestTest.php
test/Model/FetchDomainsByIndustry200ResponseTest.php
test/Model/FetchImportedListRecipientsByPage200ResponseTest.php
test/Model/FetchInboundSMSByPage200ResponseTest.php
test/Model/FetchIndustry200ResponseTest.php
test/Model/FetchMembersCount200ResponseTest.php
test/Model/FetchOptInListSubscribersByPage200ResponseTest.php
test/Model/FetchOutboundSMSByPage200ResponseTest.php
test/Model/FetchPerformanceTicketsPage200ResponseTest.php
test/Model/FetchStaticVouchersPage200ResponseTest.php
test/Model/ImportTicketsRequestTest.php
test/Model/LedgerEntryParentObjectIDTest.php
test/Model/LedgerEntryTransactionTypeTest.php
test/Model/LoginStatus200ResponseAnyOfTest.php
test/Model/LoginStatus200ResponseTest.php
test/Model/MSMemberRedemptionTransactionTypeTest.php
test/Model/MemberSearchSearchKeyTest.php
test/Model/MemberSearchSortKeyTest.php
test/Model/PaginationRequestWithSortOptionsSortOrderTest.php
test/Model/PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceIDTest.php
test/Model/PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastIDTest.php
test/Model/PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatusTest.php
test/Model/PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueTypeTest.php
test/Model/PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleTypeTest.php
test/Model/PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterIDTest.php
test/Model/PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionTypeTest.php
test/Model/PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthdayTest.php
test/Model/PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatusTest.php
test/Model/PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefixTest.php
test/Model/PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsIdTest.php
test/Model/SaveMerchantCreditPaymentDesignRequestTest.php
test/Model/SaveTicketSettingsRequestPaymentDesignIDTest.php
test/Model/SaveTicketSettingsRequestTest.php
test/Model/SmsSubscriberTest.php
test/Model/UpdateEmailNotificationPreferenceRequestTest.php
test/Model/UpdateStaticVoucherCampaignWithVoucherVoucherIDTest.php
test/Model/WTDynamicVoucherRedemptionTransactionTypeTest.php
test/Model/WTDynamicVoucherSummaryStatusTest.php
test/Model/WTEmployeeNotificationTypeTest.php
test/Model/WTEmployeeS3FilePresignContextTest.php
test/Model/WTEmployeeScheduleSimpleSMSListTypeTest.php
test/Model/WTImportedListRecipientFromMembershipTierImportTierIDTest.php
test/Model/WTLinkBookLinkBookSectionIDTest.php
test/Model/WTMembershipTierIdTest.php
test/Model/WTSmsSubscriberCreateParamsTest.php
test/Model/WTSmsSubscriberCreateParamsWalletUITest.php
test/Model/WTSmsSubscriberUpdateParamsTest.php
test/Model/WTTCPAOptListIDTest.php
test/Model/WTTCPAOptSourceIDTest.php
test/Model/WTWalletPageViewIdTest.php
test/Model/WalletConfigurationSmsOptInSourceIDTest.php
2 changes: 2 additions & 0 deletions docs/Model/WTAuthenticationRegister.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ Name | Type | Description | Notes
**country** | **string** | |
**phone_number** | **string** | |
**ein** | **string** | | [optional]
**ga_client_id** | **string** | | [optional]
**ga_measurement_id** | **string** | | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
80 changes: 74 additions & 6 deletions lib/Model/WTAuthenticationRegister.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ class WTAuthenticationRegister implements ModelInterface, ArrayAccess, \JsonSeri
'zip' => 'string',
'country' => 'string',
'phone_number' => 'string',
'ein' => 'string'
'ein' => 'string',
'ga_client_id' => 'string',
'ga_measurement_id' => 'string'
];

/**
Expand All @@ -99,7 +101,9 @@ class WTAuthenticationRegister implements ModelInterface, ArrayAccess, \JsonSeri
'zip' => null,
'country' => null,
'phone_number' => null,
'ein' => null
'ein' => null,
'ga_client_id' => null,
'ga_measurement_id' => null
];

/**
Expand All @@ -123,7 +127,9 @@ class WTAuthenticationRegister implements ModelInterface, ArrayAccess, \JsonSeri
'zip' => false,
'country' => false,
'phone_number' => false,
'ein' => false
'ein' => false,
'ga_client_id' => false,
'ga_measurement_id' => false
];

/**
Expand Down Expand Up @@ -227,7 +233,9 @@ public function isNullableSetToNull(string $property): bool
'zip' => 'zip',
'country' => 'country',
'phone_number' => 'phoneNumber',
'ein' => 'ein'
'ein' => 'ein',
'ga_client_id' => 'ga_client_id',
'ga_measurement_id' => 'ga_measurement_id'
];

/**
Expand All @@ -251,7 +259,9 @@ public function isNullableSetToNull(string $property): bool
'zip' => 'setZip',
'country' => 'setCountry',
'phone_number' => 'setPhoneNumber',
'ein' => 'setEin'
'ein' => 'setEin',
'ga_client_id' => 'setGaClientId',
'ga_measurement_id' => 'setGaMeasurementId'
];

/**
Expand All @@ -275,7 +285,9 @@ public function isNullableSetToNull(string $property): bool
'zip' => 'getZip',
'country' => 'getCountry',
'phone_number' => 'getPhoneNumber',
'ein' => 'getEin'
'ein' => 'getEin',
'ga_client_id' => 'getGaClientId',
'ga_measurement_id' => 'getGaMeasurementId'
];

/**
Expand Down Expand Up @@ -351,6 +363,8 @@ public function __construct(array $data = null)
$this->setIfExists('country', $data ?? [], null);
$this->setIfExists('phone_number', $data ?? [], null);
$this->setIfExists('ein', $data ?? [], null);
$this->setIfExists('ga_client_id', $data ?? [], null);
$this->setIfExists('ga_measurement_id', $data ?? [], null);
}

/**
Expand Down Expand Up @@ -865,6 +879,60 @@ public function setEin($ein)

return $this;
}

/**
* Gets ga_client_id
*
* @return string|null
*/
public function getGaClientId()
{
return $this->container['ga_client_id'];
}

/**
* Sets ga_client_id
*
* @param string|null $ga_client_id ga_client_id
*
* @return self
*/
public function setGaClientId($ga_client_id)
{
if (is_null($ga_client_id)) {
throw new \InvalidArgumentException('non-nullable ga_client_id cannot be null');
}
$this->container['ga_client_id'] = $ga_client_id;

return $this;
}

/**
* Gets ga_measurement_id
*
* @return string|null
*/
public function getGaMeasurementId()
{
return $this->container['ga_measurement_id'];
}

/**
* Sets ga_measurement_id
*
* @param string|null $ga_measurement_id ga_measurement_id
*
* @return self
*/
public function setGaMeasurementId($ga_measurement_id)
{
if (is_null($ga_measurement_id)) {
throw new \InvalidArgumentException('non-nullable ga_measurement_id cannot be null');
}
$this->container['ga_measurement_id'] = $ga_measurement_id;

return $this;
}
/**
* Returns true if offset exists. False otherwise.
*
Expand Down

0 comments on commit 80b3eb4

Please sign in to comment.