public class InputFields extends PayPalModel
| Constructor and Description |
|---|
InputFields()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getAddressOverride()
Indicates whether to display the shipping address that is passed to this call rather than the one on file with PayPal for this buyer on the PayPal experience pages.
|
java.lang.Boolean |
getAllowNote()
Indicates whether the buyer can enter a note to the merchant on the PayPal page during checkout.
|
int |
getNoShipping()
Indicates whether PayPal displays shipping address fields on the experience pages.
|
int |
hashCode() |
InputFields |
setAddressOverride(int addressOverride)
Indicates whether to display the shipping address that is passed to this call rather than the one on file with PayPal for this buyer on the PayPal experience pages.
|
InputFields |
setAllowNote(java.lang.Boolean allowNote)
Indicates whether the buyer can enter a note to the merchant on the PayPal page during checkout.
|
InputFields |
setNoShipping(int noShipping)
Indicates whether PayPal displays shipping address fields on the experience pages.
|
toJSON, toStringpublic java.lang.Boolean getAllowNote()
public int getNoShipping()
public int getAddressOverride()
public InputFields setAllowNote(java.lang.Boolean allowNote)
public InputFields setNoShipping(int noShipping)
public InputFields setAddressOverride(int addressOverride)
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