public class ShippingInfo extends PayPalModel
| Constructor and Description |
|---|
ShippingInfo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
InvoiceAddress |
getAddress()
The invoice recipient address.
|
java.lang.String |
getBusinessName()
The invoice recipient company business name.
|
java.lang.String |
getFirstName()
The invoice recipient first name.
|
java.lang.String |
getLastName()
The invoice recipient last name.
|
Phone |
getPhone()
The invoice recipient phone number.
|
int |
hashCode() |
ShippingInfo |
setAddress(InvoiceAddress address)
The invoice recipient address.
|
ShippingInfo |
setBusinessName(java.lang.String businessName)
The invoice recipient company business name.
|
ShippingInfo |
setFirstName(java.lang.String firstName)
The invoice recipient first name.
|
ShippingInfo |
setLastName(java.lang.String lastName)
The invoice recipient last name.
|
ShippingInfo |
setPhone(Phone phone)
The invoice recipient phone number.
|
toJSON, toStringpublic java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getBusinessName()
public InvoiceAddress getAddress()
public Phone getPhone()
public ShippingInfo setFirstName(java.lang.String firstName)
public ShippingInfo setLastName(java.lang.String lastName)
public ShippingInfo setBusinessName(java.lang.String businessName)
public ShippingInfo setAddress(InvoiceAddress address)
public ShippingInfo setPhone(Phone phone)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel