@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.51 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.AmazonPayDetails = void 0;
class AmazonPayDetails {
static getAttributeTypeMap() {
return AmazonPayDetails.attributeTypeMap;
}
constructor() {
}
}
exports.AmazonPayDetails = AmazonPayDetails;
AmazonPayDetails.discriminator = undefined;
AmazonPayDetails.mapping = undefined;
AmazonPayDetails.attributeTypeMap = [
{
"name": "amazonPayToken",
"baseName": "amazonPayToken",
"type": "string",
"format": ""
},
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "checkoutSessionId",
"baseName": "checkoutSessionId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "AmazonPayDetails.TypeEnum",
"format": ""
}
];
(function (AmazonPayDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["Amazonpay"] = "amazonpay";
})(TypeEnum = AmazonPayDetails.TypeEnum || (AmazonPayDetails.TypeEnum = {}));
})(AmazonPayDetails = exports.AmazonPayDetails || (exports.AmazonPayDetails = {}));
//# sourceMappingURL=amazonPayDetails.js.map