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

    Properties

    account_holder_name?: string

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

    account_number: string

    The account number for the bank account.

    bank_code: string

    The numeric code for the bank account's bank.

    branch_code: string

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

    reference?: string
    suffix: string

    The suffix of the bank account number.