aade-mydata-client
Version:
Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API
15 lines (14 loc) • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShipType = void 0;
var ShipType = /** @class */ (function () {
function ShipType(props) {
if (props) {
this.applicationId = props.applicationId;
this.applicationDate = props.applicationDate;
this.shipId = props.shipId;
}
}
return ShipType;
}());
exports.ShipType = ShipType;