public class ContactInfoRequest extends CartModifyingRequest implements Serializable
Constructor and Description |
---|
ContactInfoRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEmailAddress()
Email addresses that should be used as a point of contact for the cart.
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
Email addresses that should be used as a point of contact for the cart.
|
String |
toString() |
getCartVersion, getVersion, setCartVersion, setVersion
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public boolean equals(Object o)
equals
in class CartModifyingRequest
protected boolean canEqual(Object other)
canEqual
in class CartModifyingRequest
public int hashCode()
hashCode
in class CartModifyingRequest
public String toString()
toString
in class CartModifyingRequest
Copyright © 2021. All rights reserved.