UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

12 lines (11 loc) 267 B
export declare class AdditionalProperty { private _id?; private _name?; private _value?; get id(): string; set id(id: string); get name(): string; set name(name: string); get value(): string; set value(value: string); }