UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

11 lines (10 loc) 398 B
import { PayableAmount } from './PayableAmount'; import { AllowanceChargeReasonCode } from './AllowanceChargeReasonCode'; export declare class AllowanceCharge { chargeIndicator?: string; allowanceChargeReasonCode?: AllowanceChargeReasonCode; multiplierFactorNumeric?: string; amount?: PayableAmount; baseAmount?: PayableAmount; constructor(ac: AllowanceCharge); }