Class RegisterSCARequest


  • public class RegisterSCARequest
    extends Object
    RegisterSCARequest
    • Field Detail

      • JSON_PROPERTY_STRONG_CUSTOMER_AUTHENTICATION

        public static final String JSON_PROPERTY_STRONG_CUSTOMER_AUTHENTICATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • RegisterSCARequest

        public RegisterSCARequest()
    • Method Detail

      • getPaymentInstrumentId

        public String getPaymentInstrumentId()
        The unique identifier of the payment instrument for which you are registering the SCA device.
        Returns:
        paymentInstrumentId
      • setPaymentInstrumentId

        public void setPaymentInstrumentId​(String paymentInstrumentId)
        The unique identifier of the payment instrument for which you are registering the SCA device.
        Parameters:
        paymentInstrumentId -
      • getStrongCustomerAuthentication

        public DelegatedAuthenticationData getStrongCustomerAuthentication()
        Get strongCustomerAuthentication
        Returns:
        strongCustomerAuthentication
      • setStrongCustomerAuthentication

        public void setStrongCustomerAuthentication​(DelegatedAuthenticationData strongCustomerAuthentication)
        strongCustomerAuthentication
        Parameters:
        strongCustomerAuthentication -
      • equals

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

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

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

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