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