Package model

Class CreateOnboardingFormLinkRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class CreateOnboardingFormLinkRequest
    extends Object
    CreateOnboardingFormLinkRequest
    • Constructor Detail

      • CreateOnboardingFormLinkRequest

        public CreateOnboardingFormLinkRequest()
    • Method Detail

      • getTermsOfServiceUrl

        @Nullable
        public String getTermsOfServiceUrl()
        Your Terms of Service URL. The URL is provided to users for consent along with Finix's Terms of Service.
        Returns:
        termsOfServiceUrl
      • setTermsOfServiceUrl

        public void setTermsOfServiceUrl​(String termsOfServiceUrl)
      • getReturnUrl

        @Nullable
        public String getReturnUrl()
        The URL users get sent to after completing the onboarding flow.
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(String returnUrl)
      • getFeeDetailsUrl

        @Nullable
        public String getFeeDetailsUrl()
        The URL of the page where you display the fees related to processing payments (for more info, see [Displaying Processing Fees](/guides/onboarding/onboarding-form/#displaying-processing-fees)).
        Returns:
        feeDetailsUrl
      • setFeeDetailsUrl

        public void setFeeDetailsUrl​(String feeDetailsUrl)
      • getExpiredSessionUrl

        @Nullable
        public String getExpiredSessionUrl()
        The URL users get sent to if the bearer token expires.
        Returns:
        expiredSessionUrl
      • setExpiredSessionUrl

        public void setExpiredSessionUrl​(String expiredSessionUrl)
      • getExpirationInMinutes

        @Nullable
        public Long getExpirationInMinutes()
        How long (in minutes) the link is valid for.
        Returns:
        expirationInMinutes
      • setExpirationInMinutes

        public void setExpirationInMinutes​(Long expirationInMinutes)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to CreateOnboardingFormLinkRequest
      • fromJson

        public static CreateOnboardingFormLinkRequest fromJson​(String jsonString)
                                                        throws IOException
        Create an instance of CreateOnboardingFormLinkRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CreateOnboardingFormLinkRequest
        Throws:
        IOException - if the JSON string is invalid with respect to CreateOnboardingFormLinkRequest
      • toJson

        public String toJson()
        Convert an instance of CreateOnboardingFormLinkRequest to an JSON string
        Returns:
        JSON string