UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

31 lines 890 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AgentParty = void 0; class AgentParty { get partyIdentification() { return this._partyIdentification; } set partyIdentification(partyIdentification) { this._partyIdentification = partyIdentification; } get partyName() { return this._partyName; } set partyName(partyName) { this._partyName = partyName; } get postalAddress() { return this._postalAddress; } set postalAddress(postalAddress) { this._postalAddress = postalAddress; } get partyLegalEntity() { return this._partyLegalEntity; } set partyLegalEntity(partyLegalEntity) { this._partyLegalEntity = partyLegalEntity; } } exports.AgentParty = AgentParty; //# sourceMappingURL=AgentParty.js.map