public class InvoiceAddress extends BaseAddress
| Constructor and Description |
|---|
InvoiceAddress()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Phone |
getPhone()
Phone number in E.123 format.
|
int |
hashCode() |
InvoiceAddress |
setPhone(Phone phone)
Phone number in E.123 format.
|
getCity, getCountryCode, getLine1, getLine2, getNormalizationStatus, getPostalCode, getState, getStatus, setCity, setCountryCode, setLine1, setLine2, setNormalizationStatus, setPostalCode, setState, setStatustoJSON, toStringpublic Phone getPhone()
public InvoiceAddress setPhone(Phone phone)
public boolean equals(java.lang.Object o)
equals in class BaseAddressprotected boolean canEqual(java.lang.Object other)
canEqual in class BaseAddresspublic int hashCode()
hashCode in class BaseAddress