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 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

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