UNPKG

moip-sdk-node-ts

Version:
16 lines (15 loc) 355 B
export declare type BankAccount = { bankNumber: string; agencyNumber: string; agencyCheckNumber: string; accountNumber: string; accountCheckNumber: string; type: 'CHECKING' | 'SAVING'; holder: { taxDocument: { type: 'CPF' | 'CNPJ'; number: string; }; fullname: string; }; };