UNPKG

aade-mydata-client

Version:

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

16 lines (15 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddressType = void 0; var AddressType = /** @class */ (function () { function AddressType(props) { if (props) { this.street = props.number; this.number = props.number; this.postalCode = props.postalCode; this.city = props.city; } } return AddressType; }()); exports.AddressType = AddressType;