UNPKG

@adyen/api-library

Version:

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

126 lines 3.38 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.OnboardingLinkSettings = void 0; class OnboardingLinkSettings { static getAttributeTypeMap() { return OnboardingLinkSettings.attributeTypeMap; } constructor() { } } exports.OnboardingLinkSettings = OnboardingLinkSettings; OnboardingLinkSettings.discriminator = undefined; OnboardingLinkSettings.mapping = undefined; OnboardingLinkSettings.attributeTypeMap = [ { "name": "acceptedCountries", "baseName": "acceptedCountries", "type": "Array<string>", "format": "" }, { "name": "allowBankAccountFormatSelection", "baseName": "allowBankAccountFormatSelection", "type": "boolean", "format": "" }, { "name": "allowDebugUi", "baseName": "allowDebugUi", "type": "boolean", "format": "" }, { "name": "allowIntraRegionCrossBorderPayout", "baseName": "allowIntraRegionCrossBorderPayout", "type": "boolean", "format": "" }, { "name": "changeLegalEntityType", "baseName": "changeLegalEntityType", "type": "boolean", "format": "" }, { "name": "editPrefilledCountry", "baseName": "editPrefilledCountry", "type": "boolean", "format": "" }, { "name": "enforceLegalAge", "baseName": "enforceLegalAge", "type": "boolean", "format": "" }, { "name": "hideOnboardingIntroductionIndividual", "baseName": "hideOnboardingIntroductionIndividual", "type": "boolean", "format": "" }, { "name": "hideOnboardingIntroductionOrganization", "baseName": "hideOnboardingIntroductionOrganization", "type": "boolean", "format": "" }, { "name": "hideOnboardingIntroductionSoleProprietor", "baseName": "hideOnboardingIntroductionSoleProprietor", "type": "boolean", "format": "" }, { "name": "hideOnboardingIntroductionTrust", "baseName": "hideOnboardingIntroductionTrust", "type": "boolean", "format": "" }, { "name": "instantBankVerification", "baseName": "instantBankVerification", "type": "boolean", "format": "" }, { "name": "requirePciSignEcomMoto", "baseName": "requirePciSignEcomMoto", "type": "boolean", "format": "" }, { "name": "requirePciSignEcommerce", "baseName": "requirePciSignEcommerce", "type": "boolean", "format": "" }, { "name": "requirePciSignPos", "baseName": "requirePciSignPos", "type": "boolean", "format": "" }, { "name": "requirePciSignPosMoto", "baseName": "requirePciSignPosMoto", "type": "boolean", "format": "" }, { "name": "transferInstrumentLimit", "baseName": "transferInstrumentLimit", "type": "number", "format": "int32" } ]; //# sourceMappingURL=onboardingLinkSettings.js.map