Interface TransactionInfo

Typing for Transactions.

Hierarchy

  • TransactionInfo

Properties

postDate: string

The date that MB posted the transaction.

transactionDate: string

The date you made the transaction.

accountNumber: string

The account number you made the transaction.

creditAmount: string

Credit amount changed after the transaction.

debitAmount: string

Debit amount changed after the transaction.

transactionCurrency: string

Transaction currency.

transactionDesc: string

Transaction description.

balanceAvailable: string

The balance available after the transaction.

refNo: string

Reference number of the transaction.

toAccountName?: string

(If sender) The transaction's receipt account name.

toBank?: string

(If sender) The transaction's receipt account bank.

toAccountNumber?: string

(If sender) The transaction's receipt account number.

type?: string

Type of the transaction.

Generated using TypeDoc