control-see
Version:
Control Util Documentos Electronicos SUNAT
31 lines • 831 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PStatusCDR = void 0;
class PStatusCDR {
get voucherRUC() {
return this._voucherRUC;
}
set voucherRUC(_voucherRUC) {
this._voucherRUC = _voucherRUC;
}
get voucherType() {
return this._voucherType;
}
set voucherType(_voucherType) {
this._voucherType = _voucherType;
}
get voucherSerie() {
return this._voucherSerie;
}
set voucherSerie(_voucherSerie) {
this._voucherSerie = _voucherSerie;
}
get voucherNumber() {
return this._voucherNumber;
}
set voucherNumber(_voucherNumber) {
this._voucherNumber = _voucherNumber;
}
}
exports.PStatusCDR = PStatusCDR;
//# sourceMappingURL=statusCDR.js.map