@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
63 lines • 2.09 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.GenericIssuerPaymentMethodDetails = void 0;
class GenericIssuerPaymentMethodDetails {
static getAttributeTypeMap() {
return GenericIssuerPaymentMethodDetails.attributeTypeMap;
}
constructor() {
}
}
exports.GenericIssuerPaymentMethodDetails = GenericIssuerPaymentMethodDetails;
GenericIssuerPaymentMethodDetails.discriminator = undefined;
GenericIssuerPaymentMethodDetails.mapping = undefined;
GenericIssuerPaymentMethodDetails.attributeTypeMap = [
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "issuer",
"baseName": "issuer",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "GenericIssuerPaymentMethodDetails.TypeEnum",
"format": ""
}
];
(function (GenericIssuerPaymentMethodDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["OnlineBankingPl"] = "onlineBanking_PL";
TypeEnum["Eps"] = "eps";
TypeEnum["OnlineBankingSk"] = "onlineBanking_SK";
TypeEnum["OnlineBankingCz"] = "onlineBanking_CZ";
})(TypeEnum = GenericIssuerPaymentMethodDetails.TypeEnum || (GenericIssuerPaymentMethodDetails.TypeEnum = {}));
})(GenericIssuerPaymentMethodDetails = exports.GenericIssuerPaymentMethodDetails || (exports.GenericIssuerPaymentMethodDetails = {}));
//# sourceMappingURL=genericIssuerPaymentMethodDetails.js.map