@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 1.18 kB
JavaScript
;
/*
* The version of the OpenAPI document: v54
*
*
* 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.CostEstimateAssumptions = void 0;
class CostEstimateAssumptions {
static getAttributeTypeMap() {
return CostEstimateAssumptions.attributeTypeMap;
}
constructor() {
}
}
exports.CostEstimateAssumptions = CostEstimateAssumptions;
CostEstimateAssumptions.discriminator = undefined;
CostEstimateAssumptions.mapping = undefined;
CostEstimateAssumptions.attributeTypeMap = [
{
"name": "assume3DSecureAuthenticated",
"baseName": "assume3DSecureAuthenticated",
"type": "boolean",
"format": ""
},
{
"name": "assumeLevel3Data",
"baseName": "assumeLevel3Data",
"type": "boolean",
"format": ""
},
{
"name": "installments",
"baseName": "installments",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=costEstimateAssumptions.js.map