UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 233 B
import { IFeeDetail } from '../../../transaction/interfaces'; export interface INatipayMercadoPago { preferenceId: string; amountPaid: number; feeDetails: IFeeDetail[]; paymentId: string; paymentStatus: string; }