Class PaymentsDetailsRequest


  • public class PaymentsDetailsRequest
    extends Object
    PaymentsDetailsRequest
    • Constructor Detail

      • PaymentsDetailsRequest

        public PaymentsDetailsRequest()
    • Method Detail

      • getDetails

        public Map<String,​String> getDetails()
        Use this collection to submit the details that were returned as a result of the `/payments` call.
        Returns:
        details
      • getPaymentData

        public String getPaymentData()
        The `paymentData` value that you received in the response to the `/payments` call.
        Returns:
        paymentData
      • setPaymentData

        public void setPaymentData​(String paymentData)
      • getThreeDSAuthenticationOnly

        public Boolean getThreeDSAuthenticationOnly()
        Change the authenticationOnly indicator originally set in the `/payments` request. Only needs to be set if you want to modify the value set previously.
        Returns:
        the three ds authentication only
      • setThreeDSAuthenticationOnly

        public void setThreeDSAuthenticationOnly​(Boolean threeDSAuthenticationOnly)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object