Class DokuDetails


  • public class DokuDetails
    extends Object
    DokuDetails
    • Constructor Detail

      • DokuDetails

        public DokuDetails()
    • Method Detail

      • checkoutAttemptId

        public DokuDetails checkoutAttemptId​(String checkoutAttemptId)
      • getCheckoutAttemptId

        public String getCheckoutAttemptId()
        The checkout attempt identifier.
        Returns:
        checkoutAttemptId
      • setCheckoutAttemptId

        public void setCheckoutAttemptId​(String checkoutAttemptId)
        The checkout attempt identifier.
        Parameters:
        checkoutAttemptId -
      • getFirstName

        public String getFirstName()
        The shopper's first name.
        Returns:
        firstName
      • setFirstName

        public void setFirstName​(String firstName)
        The shopper's first name.
        Parameters:
        firstName -
      • getLastName

        public String getLastName()
        The shopper's last name.
        Returns:
        lastName
      • setLastName

        public void setLastName​(String lastName)
        The shopper's last name.
        Parameters:
        lastName -
      • getShopperEmail

        public String getShopperEmail()
        The shopper's email.
        Returns:
        shopperEmail
      • setShopperEmail

        public void setShopperEmail​(String shopperEmail)
        The shopper's email.
        Parameters:
        shopperEmail -
      • equals

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

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

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

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