@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface BrBankAccount

    BR Bank Account.

    interface BrBankAccount {
        accountNumber: string;
        accountType: AccountType;
        bankCodeId: string;
        bankName?: string;
        branchCode: string;
        creationTime: string;
        customerId?: string;
        id?: string;
        instrumentType: InstrumentType;
        status?: PaymentInstrumentStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    accountType: AccountType

    Type of bank account.

    bankCodeId: string

    The Bank code id. Represents the id by which the bank code is recognized in EW.

    bankName?: string

    The bank name. Populated if localization is available.

    branchCode: string

    The code of the bank branch.

    creationTime: string

    Creation time.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    
    customerId?: string

    The customer to which this instrument belongs.

    id?: string

    The instrument id.

    instrumentType: InstrumentType

    The instrument type.

    The instrument status.