@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
345 lines • 8.08 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.PaymentMethod = void 0;
class PaymentMethod {
static getAttributeTypeMap() {
return PaymentMethod.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentMethod = PaymentMethod;
PaymentMethod.discriminator = undefined;
PaymentMethod.mapping = undefined;
PaymentMethod.attributeTypeMap = [
{
"name": "accel",
"baseName": "accel",
"type": "AccelInfo | null",
"format": ""
},
{
"name": "affirm",
"baseName": "affirm",
"type": "AffirmInfo | null",
"format": ""
},
{
"name": "afterpayTouch",
"baseName": "afterpayTouch",
"type": "AfterpayTouchInfo | null",
"format": ""
},
{
"name": "alipayPlus",
"baseName": "alipayPlus",
"type": "AlipayPlusInfo | null",
"format": ""
},
{
"name": "allowed",
"baseName": "allowed",
"type": "boolean",
"format": ""
},
{
"name": "amex",
"baseName": "amex",
"type": "AmexInfo | null",
"format": ""
},
{
"name": "applePay",
"baseName": "applePay",
"type": "ApplePayInfo | null",
"format": ""
},
{
"name": "bcmc",
"baseName": "bcmc",
"type": "BcmcInfo | null",
"format": ""
},
{
"name": "businessLineId",
"baseName": "businessLineId",
"type": "string",
"format": ""
},
{
"name": "cartesBancaires",
"baseName": "cartesBancaires",
"type": "CartesBancairesInfo | null",
"format": ""
},
{
"name": "clearpay",
"baseName": "clearpay",
"type": "ClearpayInfo | null",
"format": ""
},
{
"name": "countries",
"baseName": "countries",
"type": "Array<string>",
"format": ""
},
{
"name": "cup",
"baseName": "cup",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "currencies",
"baseName": "currencies",
"type": "Array<string>",
"format": ""
},
{
"name": "customRoutingFlags",
"baseName": "customRoutingFlags",
"type": "Array<string>",
"format": ""
},
{
"name": "diners",
"baseName": "diners",
"type": "DinersInfo | null",
"format": ""
},
{
"name": "discover",
"baseName": "discover",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "eft_directdebit_CA",
"baseName": "eft_directdebit_CA",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "eftpos_australia",
"baseName": "eftpos_australia",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "enabled",
"baseName": "enabled",
"type": "boolean",
"format": ""
},
{
"name": "girocard",
"baseName": "girocard",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "googlePay",
"baseName": "googlePay",
"type": "GooglePayInfo | null",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "ideal",
"baseName": "ideal",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "interac_card",
"baseName": "interac_card",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "jcb",
"baseName": "jcb",
"type": "JCBInfo | null",
"format": ""
},
{
"name": "klarna",
"baseName": "klarna",
"type": "KlarnaInfo | null",
"format": ""
},
{
"name": "maestro",
"baseName": "maestro",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "maestro_usa",
"baseName": "maestro_usa",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "mc",
"baseName": "mc",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "mealVoucher_FR",
"baseName": "mealVoucher_FR",
"type": "MealVoucherFRInfo | null",
"format": ""
},
{
"name": "nyce",
"baseName": "nyce",
"type": "NyceInfo | null",
"format": ""
},
{
"name": "paybybank_plaid",
"baseName": "paybybank_plaid",
"type": "PayByBankPlaidInfo | null",
"format": ""
},
{
"name": "payme",
"baseName": "payme",
"type": "PayMeInfo | null",
"format": ""
},
{
"name": "paypal",
"baseName": "paypal",
"type": "PayPalInfo | null",
"format": ""
},
{
"name": "payto",
"baseName": "payto",
"type": "PayToInfo | null",
"format": ""
},
{
"name": "pulse",
"baseName": "pulse",
"type": "PulseInfo | null",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "shopperInteraction",
"baseName": "shopperInteraction",
"type": "string",
"format": ""
},
{
"name": "sodexo",
"baseName": "sodexo",
"type": "SodexoInfo | null",
"format": ""
},
{
"name": "sofort",
"baseName": "sofort",
"type": "SofortInfo | null",
"format": ""
},
{
"name": "star",
"baseName": "star",
"type": "StarInfo | null",
"format": ""
},
{
"name": "storeIds",
"baseName": "storeIds",
"type": "Array<string>",
"format": ""
},
{
"name": "swish",
"baseName": "swish",
"type": "SwishInfo | null",
"format": ""
},
{
"name": "ticket",
"baseName": "ticket",
"type": "TicketInfo | null",
"format": ""
},
{
"name": "twint",
"baseName": "twint",
"type": "TwintInfo | null",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
},
{
"name": "verificationStatus",
"baseName": "verificationStatus",
"type": "PaymentMethod.VerificationStatusEnum",
"format": ""
},
{
"name": "vipps",
"baseName": "vipps",
"type": "VippsInfo | null",
"format": ""
},
{
"name": "visa",
"baseName": "visa",
"type": "GenericPmWithTdiInfo | null",
"format": ""
},
{
"name": "wechatpay",
"baseName": "wechatpay",
"type": "WeChatPayInfo | null",
"format": ""
},
{
"name": "wechatpay_pos",
"baseName": "wechatpay_pos",
"type": "WeChatPayPosInfo | null",
"format": ""
}
];
(function (PaymentMethod) {
let VerificationStatusEnum;
(function (VerificationStatusEnum) {
VerificationStatusEnum["Valid"] = "valid";
VerificationStatusEnum["Pending"] = "pending";
VerificationStatusEnum["Invalid"] = "invalid";
VerificationStatusEnum["Rejected"] = "rejected";
})(VerificationStatusEnum = PaymentMethod.VerificationStatusEnum || (PaymentMethod.VerificationStatusEnum = {}));
})(PaymentMethod = exports.PaymentMethod || (exports.PaymentMethod = {}));
//# sourceMappingURL=paymentMethod.js.map