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, setVersionpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
public boolean equals(Object o)
equals in class CartModifyingRequestprotected boolean canEqual(Object other)
canEqual in class CartModifyingRequestpublic int hashCode()
hashCode in class CartModifyingRequestpublic String toString()
toString in class CartModifyingRequestCopyright © 2021. All rights reserved.