@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
77 lines • 2.36 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.PayWithGoogleDonations = void 0;
class PayWithGoogleDonations {
static getAttributeTypeMap() {
return PayWithGoogleDonations.attributeTypeMap;
}
constructor() {
}
}
exports.PayWithGoogleDonations = PayWithGoogleDonations;
PayWithGoogleDonations.discriminator = undefined;
PayWithGoogleDonations.mapping = undefined;
PayWithGoogleDonations.attributeTypeMap = [
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "fundingSource",
"baseName": "fundingSource",
"type": "PayWithGoogleDonations.FundingSourceEnum",
"format": ""
},
{
"name": "googlePayToken",
"baseName": "googlePayToken",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "threeDS2SdkVersion",
"baseName": "threeDS2SdkVersion",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "PayWithGoogleDonations.TypeEnum",
"format": ""
}
];
(function (PayWithGoogleDonations) {
let FundingSourceEnum;
(function (FundingSourceEnum) {
FundingSourceEnum["Credit"] = "credit";
FundingSourceEnum["Debit"] = "debit";
})(FundingSourceEnum = PayWithGoogleDonations.FundingSourceEnum || (PayWithGoogleDonations.FundingSourceEnum = {}));
let TypeEnum;
(function (TypeEnum) {
TypeEnum["Paywithgoogle"] = "paywithgoogle";
})(TypeEnum = PayWithGoogleDonations.TypeEnum || (PayWithGoogleDonations.TypeEnum = {}));
})(PayWithGoogleDonations = exports.PayWithGoogleDonations || (exports.PayWithGoogleDonations = {}));
//# sourceMappingURL=payWithGoogleDonations.js.map