Mayson Monorepo Documentation
    Preparing search index...
    interface NzBankAccount {
        account_holder_name: string;
        bank_code: string;
        bank_name: string;
        branch_code: string;
        expected_debit_date?: string;
        last4: string;
        suffix: string;
    }
    Index

    Properties

    account_holder_name: string

    The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod's billing details.

    bank_code: string

    The numeric code for the bank account's bank.

    bank_name: string

    The name of the bank.

    branch_code: string

    The numeric code for the bank account's bank branch.

    expected_debit_date?: string

    Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.

    last4: string

    Last four digits of the bank account number.

    suffix: string

    The suffix of the bank account number.