UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

8 lines (7 loc) 273 B
import { PayableAmount } from './PayableAmount'; import { PriceTypeCode } from './PriceTypeCode'; export declare class AlternativeConditionPrice { priceAmount?: PayableAmount; priceTypeCode?: PriceTypeCode; constructor(acp: AlternativeConditionPrice); }