public class GetOnboardingUrlRequest extends Object
| Constructor and Description |
|---|
GetOnboardingUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOnboardingUrlRequest |
accountHolderCode(String accountHolderCode) |
GetOnboardingUrlRequest |
collectInformation(OnboardingCollectInformation collectInformation) |
GetOnboardingUrlRequest |
editMode(Boolean editMode) |
boolean |
equals(Object o) |
String |
getAccountHolderCode()
The account holder code you provided when you created the account holder.
|
OnboardingCollectInformation |
getCollectInformation()
What information should be collected on the hosted onboarding page
|
String |
getPlatformName()
The platform name which will show up in the welcome page.
|
String |
getReturnUrl()
The URL where the sub-merchant will be redirected back to after they complete the onboarding, or if their session times out.
|
String |
getShopperLocale()
The language to be used in the page, specified by a combination of a language and country code.
|
OnboardingShowPages |
getShowPages()
What pages should be shown on the hosted onbarding page
|
int |
hashCode() |
Boolean |
isEditMode()
Allows editing checks even if all the checks have passed.
|
GetOnboardingUrlRequest |
platformName(String platformName) |
GetOnboardingUrlRequest |
returnUrl(String returnUrl) |
void |
setAccountHolderCode(String accountHolderCode) |
void |
setCollectInformation(OnboardingCollectInformation collectInformation) |
void |
setEditMode(Boolean editMode) |
void |
setPlatformName(String platformName) |
void |
setReturnUrl(String returnUrl) |
void |
setShopperLocale(String shopperLocale) |
void |
setShowPages(OnboardingShowPages showPages) |
GetOnboardingUrlRequest |
shopperLocale(String shopperLocale) |
GetOnboardingUrlRequest |
showPages(OnboardingShowPages showPages) |
String |
toString() |
public String getAccountHolderCode()
public void setAccountHolderCode(String accountHolderCode)
public GetOnboardingUrlRequest accountHolderCode(String accountHolderCode)
public Boolean isEditMode()
public void setEditMode(Boolean editMode)
public GetOnboardingUrlRequest editMode(Boolean editMode)
public String getPlatformName()
public void setPlatformName(String platformName)
public GetOnboardingUrlRequest platformName(String platformName)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public GetOnboardingUrlRequest returnUrl(String returnUrl)
public String getShopperLocale()
public void setShopperLocale(String shopperLocale)
public GetOnboardingUrlRequest shopperLocale(String shopperLocale)
public OnboardingShowPages getShowPages()
public void setShowPages(OnboardingShowPages showPages)
public GetOnboardingUrlRequest showPages(OnboardingShowPages showPages)
public OnboardingCollectInformation getCollectInformation()
public void setCollectInformation(OnboardingCollectInformation collectInformation)
public GetOnboardingUrlRequest collectInformation(OnboardingCollectInformation collectInformation)
Copyright © 2022. All rights reserved.