Client
class Client extends EntityBase (View source)
Client entity
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
string | $ClientId | Client identifier |
|
string | $Name | Name of client |
|
string | $PrimaryThemeColour | The primary branding colour to use for your merchant |
|
string | $PrimaryButtonColour | The primary branding colour to use for buttons for your merchant |
|
string | $Logo | The URL of the logo of your client |
|
array | $TechEmails | A list of email addresses to use when contacting you for technical issues/communications |
|
array | $AdminEmails | A list of email addresses to use when contacting you for admin/commercial issues/communications |
|
array | $FraudEmails | A list of email addresses to use when contacting you for fraud/compliance issues/communications |
|
string | $BillingEmails | A list of email addresses to use when contacting you for billing issues/communications |
|
string | $PlatformDescription | A description of what your platform does |
|
PlatformCategorization | $PlatformCategorization | Categorization details of the client |
|
string | $PlatformURL | The URL for your website |
|
Address | $HeadquartersAddress | The address of the company’s headquarters |
|
string | $HeadquartersPhoneNumber | The user's headquarter's phone number |
|
string | $TaxNumber | The tax (or VAT) number for your company |
Methods
Get array with mapping which property is object and what type of object
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Get array with read-only properties
Details
array
GetSubObjects()
Get array with mapping which property is object and what type of object
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
array
GetReadOnlyProperties()
Get array with read-only properties
__construct(string $id = null)
Construct