Class PaymentVerificationRequest


  • public class PaymentVerificationRequest
    extends Object
    PaymentVerificationRequest
    • Constructor Detail

      • PaymentVerificationRequest

        public PaymentVerificationRequest()
    • Method Detail

      • getPayload

        public String getPayload()
        Encrypted and signed payment result data. You should receive this value from the Checkout SDK after the shopper completes the payment.
        Returns:
        payload
      • setPayload

        public void setPayload​(String payload)
        Encrypted and signed payment result data. You should receive this value from the Checkout SDK after the shopper completes the payment.
        Parameters:
        payload -
      • equals

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

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

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

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