Class GetOnboardingUrlRequest


  • public class GetOnboardingUrlRequest
    extends Object
    GetOnboardingUrlRequest
    • Constructor Detail

      • GetOnboardingUrlRequest

        public GetOnboardingUrlRequest()
    • Method Detail

      • getAccountHolderCode

        public String getAccountHolderCode()
        The account holder code you provided when you created the account holder.
        Returns:
        accountHolderCode
      • setAccountHolderCode

        public void setAccountHolderCode​(String accountHolderCode)
      • getCollectInformation

        public CollectInformation getCollectInformation()
        Get collectInformation
        Returns:
        collectInformation
      • setCollectInformation

        public void setCollectInformation​(CollectInformation collectInformation)
      • getEditMode

        public Boolean getEditMode()
        Indicates if editing checks is allowed even if all the checks have passed.
        Returns:
        editMode
      • setEditMode

        public void setEditMode​(Boolean editMode)
      • getMobileOAuthCallbackUrl

        public String getMobileOAuthCallbackUrl()
        The URL to which the account holder is redirected after completing an OAuth authentication with a bank through Trustly/PayMyBank.
        Returns:
        mobileOAuthCallbackUrl
      • setMobileOAuthCallbackUrl

        public void setMobileOAuthCallbackUrl​(String mobileOAuthCallbackUrl)
      • getPlatformName

        public String getPlatformName()
        The platform name which will show up in the welcome page.
        Returns:
        platformName
      • setPlatformName

        public void setPlatformName​(String platformName)
      • getReturnUrl

        public String getReturnUrl()
        The URL where the account holder will be redirected back to after they complete the onboarding, or if their session times out. Maximum length of 500 characters. If you don't provide this, the account holder will be redirected back to the default return URL configured in your platform account.
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(String returnUrl)
      • getShopperLocale

        public String getShopperLocale()
        The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. If not specified in the request or if the language is not supported, the page uses the browser language. If the browser language is not supported, the page uses **en-US** by default. For a list of supported languages, refer to [Change the page language](https://docs.adyen.com/marketplaces-and-platforms/classic/hosted-onboarding-page/customize-experience#change-page-language).
        Returns:
        shopperLocale
      • setShopperLocale

        public void setShopperLocale​(String shopperLocale)
      • getShowPages

        public ShowPages getShowPages()
        Get showPages
        Returns:
        showPages
      • setShowPages

        public void setShowPages​(ShowPages showPages)
      • equals

        public boolean equals​(Object o)
        Return true if this GetOnboardingUrlRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static GetOnboardingUrlRequest fromJson​(String jsonString)
                                                throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of GetOnboardingUrlRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GetOnboardingUrlRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to GetOnboardingUrlRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of GetOnboardingUrlRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException