Class HostedOnboarding
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.legalentitymanagement.HostedOnboarding
-
public class HostedOnboarding extends Service
-
-
Constructor Summary
Constructors Constructor Description HostedOnboarding(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnboardingLinkcreate(String legalEntityId, OnboardingLinkInfo request)OnboardingThemeslistThemes()OnboardingThemeretrieveTheme(String themeId)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
HostedOnboarding
public HostedOnboarding(Client client)
-
-
Method Detail
-
create
public OnboardingLink create(String legalEntityId, OnboardingLinkInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listThemes
public OnboardingThemes listThemes() throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieveTheme
public OnboardingTheme retrieveTheme(String themeId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-