UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

6 lines (5 loc) 148 B
import { PayableAmount } from './PayableAmount'; export declare class Price { priceAmount: PayableAmount; constructor(price: Price); }