xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
33 lines • 751 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Purchase = void 0;
class Purchase {
static getAttributeTypeMap() {
return Purchase.attributeTypeMap;
}
}
exports.Purchase = Purchase;
Purchase.discriminator = undefined;
Purchase.attributeTypeMap = [
{
"name": "unitPrice",
"baseName": "UnitPrice",
"type": "number"
},
{
"name": "accountCode",
"baseName": "AccountCode",
"type": "string"
},
{
"name": "cOGSAccountCode",
"baseName": "COGSAccountCode",
"type": "string"
},
{
"name": "taxType",
"baseName": "TaxType",
"type": "string"
}
];
//# sourceMappingURL=purchase.js.map