Class GetPciUrlRequest


  • public class GetPciUrlRequest
    extends Object
    GetPciUrlRequest
    • Constructor Detail

      • GetPciUrlRequest

        public GetPciUrlRequest()
    • 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)
      • getReturnUrl

        public String getReturnUrl()
        The URL where the account holder will be redirected back to after they fill out the questionnaire, or if their session times out. Maximum length of 500 characters.
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(String returnUrl)
      • equals

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

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

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

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