Class ValidateShopperIdRequest


  • public class ValidateShopperIdRequest
    extends Object
    ValidateShopperIdRequest
    • Constructor Detail

      • ValidateShopperIdRequest

        public ValidateShopperIdRequest()
    • Method Detail

      • merchantAccount

        public ValidateShopperIdRequest merchantAccount​(String merchantAccount)
        The merchant account identifier, with which you want to process the transaction.
        Parameters:
        merchantAccount - The merchant account identifier, with which you want to process the transaction.
        Returns:
        the current ValidateShopperIdRequest instance, allowing for method chaining
      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account identifier, with which you want to process the transaction.
        Returns:
        merchantAccount The merchant account identifier, with which you want to process the transaction.
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
        The merchant account identifier, with which you want to process the transaction.
        Parameters:
        merchantAccount - The merchant account identifier, with which you want to process the transaction.
      • paymentMethod

        public ValidateShopperIdRequest paymentMethod​(ShopperIdPaymentMethod paymentMethod)
        paymentMethod
        Parameters:
        paymentMethod -
        Returns:
        the current ValidateShopperIdRequest instance, allowing for method chaining
      • getPaymentMethod

        public ShopperIdPaymentMethod getPaymentMethod()
        Get paymentMethod
        Returns:
        paymentMethod
      • setPaymentMethod

        public void setPaymentMethod​(ShopperIdPaymentMethod paymentMethod)
        paymentMethod
        Parameters:
        paymentMethod -
      • shopperEmail

        public ValidateShopperIdRequest shopperEmail​(String shopperEmail)
        shopperEmail
        Parameters:
        shopperEmail -
        Returns:
        the current ValidateShopperIdRequest instance, allowing for method chaining
      • getShopperEmail

        public String getShopperEmail()
        Get shopperEmail
        Returns:
        shopperEmail
      • setShopperEmail

        public void setShopperEmail​(String shopperEmail)
        shopperEmail
        Parameters:
        shopperEmail -
      • shopperIP

        public ValidateShopperIdRequest shopperIP​(String shopperIP)
        shopperIP
        Parameters:
        shopperIP -
        Returns:
        the current ValidateShopperIdRequest instance, allowing for method chaining
      • getShopperIP

        public String getShopperIP()
        Get shopperIP
        Returns:
        shopperIP
      • setShopperIP

        public void setShopperIP​(String shopperIP)
        shopperIP
        Parameters:
        shopperIP -
      • shopperReference

        public ValidateShopperIdRequest shopperReference​(String shopperReference)
        shopperReference
        Parameters:
        shopperReference -
        Returns:
        the current ValidateShopperIdRequest instance, allowing for method chaining
      • getShopperReference

        public String getShopperReference()
        Get shopperReference
        Returns:
        shopperReference
      • setShopperReference

        public void setShopperReference​(String shopperReference)
        shopperReference
        Parameters:
        shopperReference -
      • equals

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

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

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

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