AccountDetails
The AccountDetails
class holds account details of a creditor/debtor.
Properties
Iban
- string?
The IBAN of the bank account.
Bban
- string?
Basic Bank Account Number represents a country-specific bank account number. This data element is used for payment accounts which have no IBAN.
Pan
- string?
Primary account number (unique identifier on credit cards, debit cards, and other types of payment cards).
MaskedPan
- string?
Masked primary account number (unique identifier on credit cards, debit cards, and other types of payment cards).
Msisdn
- string?
An alias to a payment account via a registered mobile phone number.
Currency
- string
The currency the amount is denominated in.
Constructor
public AccountDetails(string? iban, string? bban, string? pan,
string? maskedPan, string? msisdn, string currency)
Parameters
iban
- string?
The IBAN of the bank account.
bban
- string?
Basic Bank Account Number represents a country-specific bank account number. This data element is used for payment accounts which have no IBAN.
pan
- string?
Primary account number (unique identifier on credit cards, debit cards, and other types of payment cards).
maskedPan
- string?
Masked primary account number (unique identifier on credit cards, debit cards, and other types of payment cards).
msisdn
- string?
An alias to a payment account via a registered mobile phone number.
currency
- string
The currency the amount is denominated in.