UNPKG

aade-mydata-client

Version:

Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API

26 lines (25 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvoiceHeaderType = void 0; var InvoiceHeaderType = /** @class */ (function () { function InvoiceHeaderType(props) { var _a; if (props) { this.series = props.series; this.aa = props.aa; this.issueDate = props.issueDate; this.invoiceType = props.invoiceType; this.vatPaymentSuspension = props.vatPaymentSuspension; this.currency = props.currency; this.exchangeRate = props.exchangeRate; this.correlatedInvoices = (_a = props.correlatedInvoices) === null || _a === void 0 ? void 0 : _a.map(function (o) { return o; }); this.selfPricing = props.selfPricing; this.dispatchDate = props.dispatchDate; this.dispatchTime = props.dispatchTime; this.vehicleNumber = props.vehicleNumber; this.movePurpose = props.movePurpose; } } return InvoiceHeaderType; }()); exports.InvoiceHeaderType = InvoiceHeaderType;