UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 271 B
import { IFeeDetail } from '../interfaces'; export declare class FeeDetailEntity implements IFeeDetail { amount: number; feePayer: 'collector' | string; type: 'mercadopago_fee' | 'application_fee' | string; constructor(data?: Partial<FeeDetailEntity>); }