UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

9 lines (8 loc) 229 B
import { PayableAmount } from './PayableAmount'; export declare class PrepaidPayment { id?: string; paidAmount?: PayableAmount; paidDate?: string; paidTime?: string; constructor(pp: PrepaidPayment); }