UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

23 lines 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Amount = void 0; class Amount { static getAttributeTypeMap() { return Amount.attributeTypeMap; } } exports.Amount = Amount; Amount.discriminator = undefined; Amount.attributeTypeMap = [ { "name": "currency", "baseName": "currency", "type": "CurrencyCode" }, { "name": "value", "baseName": "value", "type": "number" } ]; //# sourceMappingURL=amount.js.map