export PaymentBankAccountCreateDeets

interface PaymentBankAccountCreateDeets {
    aba_routing_number?: null | string;
    account_holder_name?: null | string;
    account_holder_type?: null | string;
    account_number?: null | string;
    country?: null | string;
    currency?: null | string;
    object?: null | string;
}

Properties

aba_routing_number?: null | string
account_holder_name?: null | string
account_holder_type?: null | string

Holder type can be company or individual

account_number?: null | string
country?: null | string
currency?: null | string
object?: null | string