@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.96 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.UpiIntentDetails = void 0;
class UpiIntentDetails {
static getAttributeTypeMap() {
return UpiIntentDetails.attributeTypeMap;
}
constructor() {
}
}
exports.UpiIntentDetails = UpiIntentDetails;
UpiIntentDetails.discriminator = undefined;
UpiIntentDetails.mapping = undefined;
UpiIntentDetails.attributeTypeMap = [
{
"name": "appId",
"baseName": "appId",
"type": "string",
"format": ""
},
{
"name": "billingSequenceNumber",
"baseName": "billingSequenceNumber",
"type": "string",
"format": ""
},
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "shopperNotificationReference",
"baseName": "shopperNotificationReference",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "UpiIntentDetails.TypeEnum",
"format": ""
}
];
(function (UpiIntentDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["UpiIntent"] = "upi_intent";
})(TypeEnum = UpiIntentDetails.TypeEnum || (UpiIntentDetails.TypeEnum = {}));
})(UpiIntentDetails = exports.UpiIntentDetails || (exports.UpiIntentDetails = {}));
//# sourceMappingURL=upiIntentDetails.js.map