xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxRates = void 0;
class TaxRates {
static getAttributeTypeMap() {
return TaxRates.attributeTypeMap;
}
}
exports.TaxRates = TaxRates;
TaxRates.discriminator = undefined;
TaxRates.attributeTypeMap = [
{
"name": "taxRates",
"baseName": "TaxRates",
"type": "Array<TaxRate>"
}
];
//# sourceMappingURL=taxRates.js.map