@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
40 lines • 2.06 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.CalculateTermsOfServiceStatusResponse = void 0;
class CalculateTermsOfServiceStatusResponse {
static getAttributeTypeMap() {
return CalculateTermsOfServiceStatusResponse.attributeTypeMap;
}
}
exports.CalculateTermsOfServiceStatusResponse = CalculateTermsOfServiceStatusResponse;
CalculateTermsOfServiceStatusResponse.discriminator = undefined;
CalculateTermsOfServiceStatusResponse.attributeTypeMap = [
{
"name": "termsOfServiceTypes",
"baseName": "termsOfServiceTypes",
"type": "Array<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>"
}
];
(function (CalculateTermsOfServiceStatusResponse) {
let TermsOfServiceTypesEnum;
(function (TermsOfServiceTypesEnum) {
TermsOfServiceTypesEnum["AdyenAccount"] = "adyenAccount";
TermsOfServiceTypesEnum["AdyenCapital"] = "adyenCapital";
TermsOfServiceTypesEnum["AdyenCard"] = "adyenCard";
TermsOfServiceTypesEnum["AdyenChargeCard"] = "adyenChargeCard";
TermsOfServiceTypesEnum["AdyenForPlatformsAdvanced"] = "adyenForPlatformsAdvanced";
TermsOfServiceTypesEnum["AdyenForPlatformsManage"] = "adyenForPlatformsManage";
TermsOfServiceTypesEnum["AdyenFranchisee"] = "adyenFranchisee";
TermsOfServiceTypesEnum["AdyenIssuing"] = "adyenIssuing";
TermsOfServiceTypesEnum["AdyenPccr"] = "adyenPccr";
})(TermsOfServiceTypesEnum = CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum || (CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum = {}));
})(CalculateTermsOfServiceStatusResponse = exports.CalculateTermsOfServiceStatusResponse || (exports.CalculateTermsOfServiceStatusResponse = {}));
//# sourceMappingURL=calculateTermsOfServiceStatusResponse.js.map