Skip to content

Commit

Permalink
v2.1.535
Browse files Browse the repository at this point in the history
  • Loading branch information
johnturnham committed Nov 19, 2023
1 parent a85cb75 commit de1bbf5
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Model/WTWalletConfigurationSaveWalletRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Name | Type | Description | Notes
**vanity_page_wallet_prefix** | **string** | | [optional]
**merchant_credit_payment_design_id** | **string** | | [optional]
**custom_domain** | **string** | | [optional]
**is_claimed** | **bool** | | [optional]
**mobile_app_icon_url** | **string** | | [optional]
**is_age_gate** | **bool** | | [optional]
**age_gate_minimum** | **double** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/WalletConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Name | Type | Description | Notes
**vanity_page_wallet_prefix** | **string** | | [optional]
**merchant_credit_payment_design_id** | **string** | | [optional]
**custom_domain** | **string** | | [optional]
**is_claimed** | **bool** | | [optional]
**mobile_app_icon_url** | **string** | | [optional]
**is_age_gate** | **bool** | | [optional]
**age_gate_minimum** | **double** | | [optional]
Expand Down
30 changes: 30 additions & 0 deletions lib/Model/WTWalletConfigurationSaveWalletRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class WTWalletConfigurationSaveWalletRecord implements ModelInterface, ArrayAcce
'vanity_page_wallet_prefix' => 'string',
'merchant_credit_payment_design_id' => 'string',
'custom_domain' => 'string',
'is_claimed' => 'bool',
'mobile_app_icon_url' => 'string',
'is_age_gate' => 'bool',
'age_gate_minimum' => 'double'
Expand Down Expand Up @@ -181,6 +182,7 @@ class WTWalletConfigurationSaveWalletRecord implements ModelInterface, ArrayAcce
'vanity_page_wallet_prefix' => null,
'merchant_credit_payment_design_id' => null,
'custom_domain' => null,
'is_claimed' => null,
'mobile_app_icon_url' => null,
'is_age_gate' => null,
'age_gate_minimum' => 'double'
Expand Down Expand Up @@ -267,6 +269,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'vanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'merchantCreditPaymentDesignID',
'custom_domain' => 'customDomain',
'is_claimed' => 'isClaimed',
'mobile_app_icon_url' => 'mobileAppIconURL',
'is_age_gate' => 'isAgeGate',
'age_gate_minimum' => 'ageGateMinimum'
Expand Down Expand Up @@ -332,6 +335,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'setVanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'setMerchantCreditPaymentDesignId',
'custom_domain' => 'setCustomDomain',
'is_claimed' => 'setIsClaimed',
'mobile_app_icon_url' => 'setMobileAppIconUrl',
'is_age_gate' => 'setIsAgeGate',
'age_gate_minimum' => 'setAgeGateMinimum'
Expand Down Expand Up @@ -397,6 +401,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'getVanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'getMerchantCreditPaymentDesignId',
'custom_domain' => 'getCustomDomain',
'is_claimed' => 'getIsClaimed',
'mobile_app_icon_url' => 'getMobileAppIconUrl',
'is_age_gate' => 'getIsAgeGate',
'age_gate_minimum' => 'getAgeGateMinimum'
Expand Down Expand Up @@ -513,6 +518,7 @@ public function __construct(array $data = null)
$this->container['vanity_page_wallet_prefix'] = $data['vanity_page_wallet_prefix'] ?? null;
$this->container['merchant_credit_payment_design_id'] = $data['merchant_credit_payment_design_id'] ?? null;
$this->container['custom_domain'] = $data['custom_domain'] ?? null;
$this->container['is_claimed'] = $data['is_claimed'] ?? null;
$this->container['mobile_app_icon_url'] = $data['mobile_app_icon_url'] ?? null;
$this->container['is_age_gate'] = $data['is_age_gate'] ?? null;
$this->container['age_gate_minimum'] = $data['age_gate_minimum'] ?? null;
Expand Down Expand Up @@ -1989,6 +1995,30 @@ public function setCustomDomain($custom_domain)
return $this;
}

/**
* Gets is_claimed
*
* @return bool|null
*/
public function getIsClaimed()
{
return $this->container['is_claimed'];
}

/**
* Sets is_claimed
*
* @param bool|null $is_claimed is_claimed
*
* @return self
*/
public function setIsClaimed($is_claimed)
{
$this->container['is_claimed'] = $is_claimed;

return $this;
}

/**
* Gets mobile_app_icon_url
*
Expand Down
30 changes: 30 additions & 0 deletions lib/Model/WalletConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class WalletConfiguration implements ModelInterface, ArrayAccess, \JsonSerializa
'vanity_page_wallet_prefix' => 'string',
'merchant_credit_payment_design_id' => 'string',
'custom_domain' => 'string',
'is_claimed' => 'bool',
'mobile_app_icon_url' => 'string',
'is_age_gate' => 'bool',
'age_gate_minimum' => 'double',
Expand Down Expand Up @@ -185,6 +186,7 @@ class WalletConfiguration implements ModelInterface, ArrayAccess, \JsonSerializa
'vanity_page_wallet_prefix' => null,
'merchant_credit_payment_design_id' => null,
'custom_domain' => null,
'is_claimed' => null,
'mobile_app_icon_url' => null,
'is_age_gate' => null,
'age_gate_minimum' => 'double',
Expand Down Expand Up @@ -275,6 +277,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'vanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'merchantCreditPaymentDesignID',
'custom_domain' => 'customDomain',
'is_claimed' => 'isClaimed',
'mobile_app_icon_url' => 'mobileAppIconURL',
'is_age_gate' => 'isAgeGate',
'age_gate_minimum' => 'ageGateMinimum',
Expand Down Expand Up @@ -344,6 +347,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'setVanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'setMerchantCreditPaymentDesignId',
'custom_domain' => 'setCustomDomain',
'is_claimed' => 'setIsClaimed',
'mobile_app_icon_url' => 'setMobileAppIconUrl',
'is_age_gate' => 'setIsAgeGate',
'age_gate_minimum' => 'setAgeGateMinimum',
Expand Down Expand Up @@ -413,6 +417,7 @@ public static function openAPIFormats()
'vanity_page_wallet_prefix' => 'getVanityPageWalletPrefix',
'merchant_credit_payment_design_id' => 'getMerchantCreditPaymentDesignId',
'custom_domain' => 'getCustomDomain',
'is_claimed' => 'getIsClaimed',
'mobile_app_icon_url' => 'getMobileAppIconUrl',
'is_age_gate' => 'getIsAgeGate',
'age_gate_minimum' => 'getAgeGateMinimum',
Expand Down Expand Up @@ -533,6 +538,7 @@ public function __construct(array $data = null)
$this->container['vanity_page_wallet_prefix'] = $data['vanity_page_wallet_prefix'] ?? null;
$this->container['merchant_credit_payment_design_id'] = $data['merchant_credit_payment_design_id'] ?? null;
$this->container['custom_domain'] = $data['custom_domain'] ?? null;
$this->container['is_claimed'] = $data['is_claimed'] ?? null;
$this->container['mobile_app_icon_url'] = $data['mobile_app_icon_url'] ?? null;
$this->container['is_age_gate'] = $data['is_age_gate'] ?? null;
$this->container['age_gate_minimum'] = $data['age_gate_minimum'] ?? null;
Expand Down Expand Up @@ -2049,6 +2055,30 @@ public function setCustomDomain($custom_domain)
return $this;
}

/**
* Gets is_claimed
*
* @return bool|null
*/
public function getIsClaimed()
{
return $this->container['is_claimed'];
}

/**
* Sets is_claimed
*
* @param bool|null $is_claimed is_claimed
*
* @return self
*/
public function setIsClaimed($is_claimed)
{
$this->container['is_claimed'] = $is_claimed;

return $this;
}

/**
* Gets mobile_app_icon_url
*
Expand Down

0 comments on commit de1bbf5

Please sign in to comment.