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