xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
38 lines • 875 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentLine = void 0;
class PaymentLine {
static getAttributeTypeMap() {
return PaymentLine.attributeTypeMap;
}
}
exports.PaymentLine = PaymentLine;
PaymentLine.discriminator = undefined;
PaymentLine.attributeTypeMap = [
{
"name": "paymentLineID",
"baseName": "paymentLineID",
"type": "string"
},
{
"name": "amount",
"baseName": "amount",
"type": "number"
},
{
"name": "accountNumber",
"baseName": "accountNumber",
"type": "string"
},
{
"name": "sortCode",
"baseName": "sortCode",
"type": "string"
},
{
"name": "accountName",
"baseName": "accountName",
"type": "string"
}
];
//# sourceMappingURL=paymentLine.js.map