UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 172 B
export interface IFeeDetail { amount: number; feePayer: 'collector' | string; type: 'mercadopago_fee' | 'application_fee' | string; description?: string; }