@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
43 lines • 1.29 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeChatPayDetails = void 0;
class WeChatPayDetails {
static getAttributeTypeMap() {
return WeChatPayDetails.attributeTypeMap;
}
constructor() {
}
}
exports.WeChatPayDetails = WeChatPayDetails;
WeChatPayDetails.discriminator = undefined;
WeChatPayDetails.mapping = undefined;
WeChatPayDetails.attributeTypeMap = [
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "WeChatPayDetails.TypeEnum",
"format": ""
}
];
(function (WeChatPayDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["Wechatpay"] = "wechatpay";
TypeEnum["WechatpayPos"] = "wechatpay_pos";
})(TypeEnum = WeChatPayDetails.TypeEnum || (WeChatPayDetails.TypeEnum = {}));
})(WeChatPayDetails = exports.WeChatPayDetails || (exports.WeChatPayDetails = {}));
//# sourceMappingURL=weChatPayDetails.js.map