BankingAliasOTHER
class BankingAliasOTHER extends BankingAlias (View source)
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 |
string | $Type | Type | |
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 | $AccountNumber | Account Number |
|
string | $BIC | BIC | |
string | $Country | Country |
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