BankingAlias
class BankingAlias extends EntityBase (View source)
Bank Account entity
Properties
string | $Id | from EntityBase | |
string | $Tag | Custom data that you can add to this item |
|
int | $CreationDate | from EntityBase | |
string | $CreditedUserId | The User ID who was credited |
|
string | $WalletId | The ID of a wallet |
|
BankingAliasType | $Type | The type of banking alias (note that only IBAN is available at present) |
|
string | $OwnerName | The name of the owner of the bank account |
|
bool | $Active | Wether the banking alias is active or not |
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