UNPKG

aade-mydata-client

Version:

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

14 lines (13 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxTotalsType = void 0; var TaxTotalsType = /** @class */ (function () { function TaxTotalsType(props) { if (props) { this.underlyingValue = props.underlyingValue; this.id = props.id; } } return TaxTotalsType; }()); exports.TaxTotalsType = TaxTotalsType;