@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.6 kB
JavaScript
;
/*
* The version of the OpenAPI document: v68
*
*
* 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.ApplicationInfo = void 0;
class ApplicationInfo {
static getAttributeTypeMap() {
return ApplicationInfo.attributeTypeMap;
}
constructor() {
}
}
exports.ApplicationInfo = ApplicationInfo;
ApplicationInfo.discriminator = undefined;
ApplicationInfo.mapping = undefined;
ApplicationInfo.attributeTypeMap = [
{
"name": "adyenLibrary",
"baseName": "adyenLibrary",
"type": "CommonField | null",
"format": ""
},
{
"name": "adyenPaymentSource",
"baseName": "adyenPaymentSource",
"type": "CommonField | null",
"format": ""
},
{
"name": "externalPlatform",
"baseName": "externalPlatform",
"type": "ExternalPlatform | null",
"format": ""
},
{
"name": "merchantApplication",
"baseName": "merchantApplication",
"type": "CommonField | null",
"format": ""
},
{
"name": "merchantDevice",
"baseName": "merchantDevice",
"type": "MerchantDevice | null",
"format": ""
},
{
"name": "shopperInteractionDevice",
"baseName": "shopperInteractionDevice",
"type": "ShopperInteractionDevice | null",
"format": ""
}
];
//# sourceMappingURL=applicationInfo.js.map