UNPKG

cecon-interfaces

Version:
17 lines (16 loc) 373 B
export interface IFirebankWithdrawPost { details: IFirebankWithdrawPostDetails; externalId: string; type: string; value: number; } export interface IFirebankWithdrawPostDetails { document: string; key: string; keyType: string; name: string; } export interface IFirebankWithdrawPostResponse { status: string; transactionId: string; }