Skip to content

Commit

Permalink
v2.1.535
Browse files Browse the repository at this point in the history
  • Loading branch information
johnturnham committed Dec 7, 2023
1 parent a648946 commit 5e51963
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 @@ -68,6 +68,7 @@ Name | Type | Description | Notes
**social_twitter_url** | **string** | | [optional]
**social_linked_in_url** | **string** | | [optional]
**primary_phone_number** | **string** | | [optional]
**primary_whats_app** | **string** | | [optional]
**primary_email_address** | **string** | | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 1 addition & 0 deletions docs/Model/WalletConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Name | Type | Description | Notes
**social_twitter_url** | **string** | | [optional]
**social_linked_in_url** | **string** | | [optional]
**primary_phone_number** | **string** | | [optional]
**primary_whats_app** | **string** | | [optional]
**primary_email_address** | **string** | | [optional]
**id** | **string** | |
**created_at** | **\DateTime** | |
Expand Down
30 changes: 30 additions & 0 deletions lib/Model/WTWalletConfigurationSaveWalletRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class WTWalletConfigurationSaveWalletRecord implements ModelInterface, ArrayAcce
'social_twitter_url' => 'string',
'social_linked_in_url' => 'string',
'primary_phone_number' => 'string',
'primary_whats_app' => 'string',
'primary_email_address' => 'string'
];

Expand Down Expand Up @@ -199,6 +200,7 @@ class WTWalletConfigurationSaveWalletRecord implements ModelInterface, ArrayAcce
'social_twitter_url' => null,
'social_linked_in_url' => null,
'primary_phone_number' => null,
'primary_whats_app' => null,
'primary_email_address' => null
];

Expand Down Expand Up @@ -293,6 +295,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'socialTwitterURL',
'social_linked_in_url' => 'socialLinkedInURL',
'primary_phone_number' => 'primaryPhoneNumber',
'primary_whats_app' => 'primaryWhatsApp',
'primary_email_address' => 'primaryEmailAddress'
];

Expand Down Expand Up @@ -366,6 +369,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'setSocialTwitterUrl',
'social_linked_in_url' => 'setSocialLinkedInUrl',
'primary_phone_number' => 'setPrimaryPhoneNumber',
'primary_whats_app' => 'setPrimaryWhatsApp',
'primary_email_address' => 'setPrimaryEmailAddress'
];

Expand Down Expand Up @@ -439,6 +443,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'getSocialTwitterUrl',
'social_linked_in_url' => 'getSocialLinkedInUrl',
'primary_phone_number' => 'getPrimaryPhoneNumber',
'primary_whats_app' => 'getPrimaryWhatsApp',
'primary_email_address' => 'getPrimaryEmailAddress'
];

Expand Down Expand Up @@ -563,6 +568,7 @@ public function __construct(array $data = null)
$this->container['social_twitter_url'] = $data['social_twitter_url'] ?? null;
$this->container['social_linked_in_url'] = $data['social_linked_in_url'] ?? null;
$this->container['primary_phone_number'] = $data['primary_phone_number'] ?? null;
$this->container['primary_whats_app'] = $data['primary_whats_app'] ?? null;
$this->container['primary_email_address'] = $data['primary_email_address'] ?? null;
}

Expand Down Expand Up @@ -2277,6 +2283,30 @@ public function setPrimaryPhoneNumber($primary_phone_number)
return $this;
}

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

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

return $this;
}

/**
* Gets primary_email_address
*
Expand Down
30 changes: 30 additions & 0 deletions lib/Model/WalletConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class WalletConfiguration implements ModelInterface, ArrayAccess, \JsonSerializa
'social_twitter_url' => 'string',
'social_linked_in_url' => 'string',
'primary_phone_number' => 'string',
'primary_whats_app' => 'string',
'primary_email_address' => 'string',
'id' => 'string',
'created_at' => '\DateTime',
Expand Down Expand Up @@ -203,6 +204,7 @@ class WalletConfiguration implements ModelInterface, ArrayAccess, \JsonSerializa
'social_twitter_url' => null,
'social_linked_in_url' => null,
'primary_phone_number' => null,
'primary_whats_app' => null,
'primary_email_address' => null,
'id' => null,
'created_at' => 'date-time',
Expand Down Expand Up @@ -301,6 +303,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'socialTwitterURL',
'social_linked_in_url' => 'socialLinkedInURL',
'primary_phone_number' => 'primaryPhoneNumber',
'primary_whats_app' => 'primaryWhatsApp',
'primary_email_address' => 'primaryEmailAddress',
'id' => 'id',
'created_at' => 'createdAt',
Expand Down Expand Up @@ -378,6 +381,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'setSocialTwitterUrl',
'social_linked_in_url' => 'setSocialLinkedInUrl',
'primary_phone_number' => 'setPrimaryPhoneNumber',
'primary_whats_app' => 'setPrimaryWhatsApp',
'primary_email_address' => 'setPrimaryEmailAddress',
'id' => 'setId',
'created_at' => 'setCreatedAt',
Expand Down Expand Up @@ -455,6 +459,7 @@ public static function openAPIFormats()
'social_twitter_url' => 'getSocialTwitterUrl',
'social_linked_in_url' => 'getSocialLinkedInUrl',
'primary_phone_number' => 'getPrimaryPhoneNumber',
'primary_whats_app' => 'getPrimaryWhatsApp',
'primary_email_address' => 'getPrimaryEmailAddress',
'id' => 'getId',
'created_at' => 'getCreatedAt',
Expand Down Expand Up @@ -583,6 +588,7 @@ public function __construct(array $data = null)
$this->container['social_twitter_url'] = $data['social_twitter_url'] ?? null;
$this->container['social_linked_in_url'] = $data['social_linked_in_url'] ?? null;
$this->container['primary_phone_number'] = $data['primary_phone_number'] ?? null;
$this->container['primary_whats_app'] = $data['primary_whats_app'] ?? null;
$this->container['primary_email_address'] = $data['primary_email_address'] ?? null;
$this->container['id'] = $data['id'] ?? null;
$this->container['created_at'] = $data['created_at'] ?? null;
Expand Down Expand Up @@ -2337,6 +2343,30 @@ public function setPrimaryPhoneNumber($primary_phone_number)
return $this;
}

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

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

return $this;
}

/**
* Gets primary_email_address
*
Expand Down

0 comments on commit 5e51963

Please sign in to comment.