@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
71 lines • 2.49 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.StoredPaymentMethodDetails = void 0;
class StoredPaymentMethodDetails {
static getAttributeTypeMap() {
return StoredPaymentMethodDetails.attributeTypeMap;
}
constructor() {
}
}
exports.StoredPaymentMethodDetails = StoredPaymentMethodDetails;
StoredPaymentMethodDetails.discriminator = undefined;
StoredPaymentMethodDetails.mapping = undefined;
StoredPaymentMethodDetails.attributeTypeMap = [
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "StoredPaymentMethodDetails.TypeEnum",
"format": ""
}
];
(function (StoredPaymentMethodDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BcmcMobile"] = "bcmc_mobile";
TypeEnum["BcmcMobileQr"] = "bcmc_mobile_QR";
TypeEnum["BcmcMobileApp"] = "bcmc_mobile_app";
TypeEnum["MomoWallet"] = "momo_wallet";
TypeEnum["MomoWalletApp"] = "momo_wallet_app";
TypeEnum["PaymayaWallet"] = "paymaya_wallet";
TypeEnum["GrabpaySg"] = "grabpay_SG";
TypeEnum["GrabpayMy"] = "grabpay_MY";
TypeEnum["GrabpayTh"] = "grabpay_TH";
TypeEnum["GrabpayId"] = "grabpay_ID";
TypeEnum["GrabpayVn"] = "grabpay_VN";
TypeEnum["GrabpayPh"] = "grabpay_PH";
TypeEnum["Oxxo"] = "oxxo";
TypeEnum["Gcash"] = "gcash";
TypeEnum["Dana"] = "dana";
TypeEnum["Kakaopay"] = "kakaopay";
TypeEnum["Truemoney"] = "truemoney";
TypeEnum["Paysafecard"] = "paysafecard";
})(TypeEnum = StoredPaymentMethodDetails.TypeEnum || (StoredPaymentMethodDetails.TypeEnum = {}));
})(StoredPaymentMethodDetails = exports.StoredPaymentMethodDetails || (exports.StoredPaymentMethodDetails = {}));
//# sourceMappingURL=storedPaymentMethodDetails.js.map