UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 168 B
export interface ITransactionPayer { bank: string | null; account: string | null; branch: string | null; name: string | null; doc: string | null; }