VirtualAccount
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: |
|
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: |
|
bool | $Active | Whether the banking alias is active or not |
|
string | $AccountOwner | The current Status of the Virtual Account
Allowed values: |
|
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
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.
Details
in
Dto at line 15
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.
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