UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

12 lines (11 loc) 446 B
import { PartyIdentification } from './PartyIdentification'; import { PartyName } from './PartyName'; export declare class SignatoryParty { private _partyIdentification?; private _partyName?; get partyIdentification(): PartyIdentification; set partyIdentification(partyIdentification: PartyIdentification); get partyName(): PartyName; set partyName(partyName: PartyName); constructor(sp: SignatoryParty); }