Type alias BankAccountTransactionV2

BankAccountTransactionV2: {
    @type: "BankAccountTransaction";
    memo?: string;
    transactionType: "credit" | "debit";
    value: MonetaryAmountV2;
}

Type declaration

  • @type: "BankAccountTransaction"
  • Optional memo?: string
  • transactionType: "credit" | "debit"
  • value: MonetaryAmountV2