UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

45 lines 2.22 kB
"use strict"; /* * 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; } constructor() { } } exports.CalculateTermsOfServiceStatusResponse = CalculateTermsOfServiceStatusResponse; CalculateTermsOfServiceStatusResponse.discriminator = undefined; CalculateTermsOfServiceStatusResponse.mapping = undefined; CalculateTermsOfServiceStatusResponse.attributeTypeMap = [ { "name": "termsOfServiceTypes", "baseName": "termsOfServiceTypes", "type": "CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum", "format": "" } ]; (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["KycOnInvite"] = "kycOnInvite"; })(TermsOfServiceTypesEnum = CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum || (CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum = {})); })(CalculateTermsOfServiceStatusResponse = exports.CalculateTermsOfServiceStatusResponse || (exports.CalculateTermsOfServiceStatusResponse = {})); //# sourceMappingURL=calculateTermsOfServiceStatusResponse.js.map