class VirtualAccount extends EntityBase (View source)

Virtual Account entity

Properties

string $Id from  EntityBase
string $Tag from  EntityBase
int $CreationDate from  EntityBase
string $WalletId

The ID of the wallet

string $CreditedUserId

The credited user ID

string $VirtualAccountPurpose

The type of the virtual account Allowed values: COLLECTION, USER_OWNED

string $Country

The country of the IBAN. The country must correspond to the currency of the wallet ISO 3166-1 alpha-2 format is expected

string $Status

The status of the virtual account creation Allowed values: COLLECTION, USER_OWNED

bool $Active

Whether the banking alias is active or not

string $AccountOwner

The current Status of the Virtual Account Allowed values: COLLECTION, USER_OWNED

LocalAccountDetails $LocalAccountsDetails

The current Status of the Virtual Account

InternationalAccountDetails $InternationalAccountDetails

The current Status of the Virtual Account

VirtualAccountCapabilities $Capabilities

The current Status of the Virtual Account

Methods

array
GetSubObjects()

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

from  Dto
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.

To be overridden in child class if has any sub objects.

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