Class ThreeDSAvailabilityResponse


  • public class ThreeDSAvailabilityResponse
    extends Object
    ThreeDSAvailabilityResponse
    • Constructor Detail

      • ThreeDSAvailabilityResponse

        public ThreeDSAvailabilityResponse()
    • Method Detail

      • getBinDetails

        public BinDetail getBinDetails()
        Get binDetails
        Returns:
        binDetails
      • setBinDetails

        public void setBinDetails​(BinDetail binDetails)
        binDetails
        Parameters:
        binDetails -
      • getDsPublicKeys

        public List<DSPublicKeyDetail> getDsPublicKeys()
        List of Directory Server (DS) public keys.
        Returns:
        dsPublicKeys
      • setDsPublicKeys

        public void setDsPublicKeys​(List<DSPublicKeyDetail> dsPublicKeys)
        List of Directory Server (DS) public keys.
        Parameters:
        dsPublicKeys -
      • getThreeDS1Supported

        public Boolean getThreeDS1Supported()
        Indicator if 3D Secure 1 is supported.
        Returns:
        threeDS1Supported
      • setThreeDS1Supported

        public void setThreeDS1Supported​(Boolean threeDS1Supported)
        Indicator if 3D Secure 1 is supported.
        Parameters:
        threeDS1Supported -
      • getThreeDS2CardRangeDetails

        public List<ThreeDS2CardRangeDetail> getThreeDS2CardRangeDetails()
        List of brand and card range pairs.
        Returns:
        threeDS2CardRangeDetails
      • setThreeDS2CardRangeDetails

        public void setThreeDS2CardRangeDetails​(List<ThreeDS2CardRangeDetail> threeDS2CardRangeDetails)
        List of brand and card range pairs.
        Parameters:
        threeDS2CardRangeDetails -
      • getThreeDS2supported

        public Boolean getThreeDS2supported()
        Indicator if 3D Secure 2 is supported.
        Returns:
        threeDS2supported
      • setThreeDS2supported

        public void setThreeDS2supported​(Boolean threeDS2supported)
        Indicator if 3D Secure 2 is supported.
        Parameters:
        threeDS2supported -
      • equals

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

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

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

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