control-see
Version:
Control Util Documentos Electronicos SUNAT
27 lines • 695 B
JavaScript
export 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;
}
}
//# sourceMappingURL=statusCDR.js.map