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

$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

array
GetSubObjects()

Get array with mapping which property is object and what type of object

array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read-only properties

__construct(string $id = null)

Construct

Details

array GetSubObjects()

Get array with mapping which property is object and what type of object

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read-only properties

Return Value

array

__construct(string $id = null)

Construct

Parameters

string $id

Entity identifier