xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 473 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentDelete = void 0;
class PaymentDelete {
static getAttributeTypeMap() {
return PaymentDelete.attributeTypeMap;
}
}
exports.PaymentDelete = PaymentDelete;
PaymentDelete.discriminator = undefined;
PaymentDelete.attributeTypeMap = [
{
"name": "status",
"baseName": "Status",
"type": "string"
}
];
//# sourceMappingURL=paymentDelete.js.map