Class Session.CustomerDetails

    • Constructor Detail

      • CustomerDetails

        public CustomerDetails()
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
        The customer’s email at time of checkout.
      • getTaxExempt

        public java.lang.String getTaxExempt()
        The customer’s tax exempt status at time of checkout.

        One of exempt, none, or reverse.

      • setEmail

        public void setEmail​(java.lang.String email)
        The customer’s email at time of checkout.
      • setTaxExempt

        public void setTaxExempt​(java.lang.String taxExempt)
        The customer’s tax exempt status at time of checkout.

        One of exempt, none, or reverse.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object