Uses of Class
com.adyen.model.legalentitymanagement.OnboardingThemes
-
Packages that use OnboardingThemes Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of OnboardingThemes in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return OnboardingThemes Modifier and Type Method Description OnboardingThemesOnboardingThemes. addThemesItem(OnboardingTheme themesItem)static OnboardingThemesOnboardingThemes. fromJson(String jsonString)Create an instance of OnboardingThemes given an JSON stringOnboardingThemesOnboardingThemes. next(String next)The next page.OnboardingThemesOnboardingThemes. previous(String previous)The previous page.OnboardingThemesOnboardingThemes. themes(List<OnboardingTheme> themes)List of onboarding themes. -
Uses of OnboardingThemes in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return OnboardingThemes Modifier and Type Method Description OnboardingThemesHostedOnboardingApi. listHostedOnboardingPageThemes()Get a list of hosted onboarding page themesOnboardingThemesHostedOnboardingApi. listHostedOnboardingPageThemes(RequestOptions requestOptions)Get a list of hosted onboarding page themes
-