export PaymentBankAccountUpdateDeets

interface PaymentBankAccountUpdateDeets {
    account_holder_name?: null | string;
    account_holder_type?: null | string;
    external_id?: null | string;
}

Properties

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

Holder type can be company or individual

external_id?: null | string