xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
56 lines (55 loc) • 1.63 kB
JavaScript
;
/**
* Accounting API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* Contact: api@xero.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var PaymentService = /** @class */ (function () {
function PaymentService() {
}
PaymentService.getAttributeTypeMap = function () {
return PaymentService.attributeTypeMap;
};
PaymentService.discriminator = undefined;
PaymentService.attributeTypeMap = [
{
"name": "paymentServiceID",
"baseName": "PaymentServiceID",
"type": "string"
},
{
"name": "paymentServiceName",
"baseName": "PaymentServiceName",
"type": "string"
},
{
"name": "paymentServiceUrl",
"baseName": "PaymentServiceUrl",
"type": "string"
},
{
"name": "payNowText",
"baseName": "PayNowText",
"type": "string"
},
{
"name": "paymentServiceType",
"baseName": "PaymentServiceType",
"type": "string"
},
{
"name": "validationErrors",
"baseName": "ValidationErrors",
"type": "Array<ValidationError>"
}
];
return PaymentService;
}());
exports.PaymentService = PaymentService;