class LocalAccount extends Dto (View source)

Properties

string $AccountNumber

The account number of the account

string $SortCode

The sort code of the account.

string $Iban

The international bank account number (IBAN) of the account.

string $Bic

The bank identifier code (BIC) of the account.

string $AchNumber

The 9-digit ACH routing number of the account.

string $FedWireNumber

The 9-digit Fedwire (ABA) number of the account.

string $AccountType

The account type of the account

string $BranchCode

The 5-digit branch code or transit number of the account.

string $InstitutionNumber

The 3-digit institution number of the account.

string $BankCode

The 4-digit bank code of the account

string $BSBCode

The 6-digit bank state branch (BSB) code of the account.

string $BCNumber

The 5-digit bank clearing number of the account

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 - not used in response To be overridden in child class if has any read-only properties.

from  Dto

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 - not used in response To be overridden in child class if has any read-only properties.

Return Value

array