public class Terms extends PayPalModel
| Constructor and Description |
|---|
Terms()
Default Constructor
|
Terms(java.lang.String type,
Currency maxBillingAmount,
java.lang.String occurrences,
Currency amountRange,
java.lang.String buyerEditable)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Currency |
getAmountRange()
Amount_range associated with this term.
|
java.lang.String |
getBuyerEditable()
Buyer's ability to edit the amount in this term.
|
java.lang.String |
getId()
Identifier of the terms.
|
Currency |
getMaxBillingAmount()
Max Amount associated with this term.
|
java.lang.String |
getOccurrences()
How many times money can be pulled during this term.
|
java.lang.String |
getType()
Term type.
|
int |
hashCode() |
Terms |
setAmountRange(Currency amountRange)
Amount_range associated with this term.
|
Terms |
setBuyerEditable(java.lang.String buyerEditable)
Buyer's ability to edit the amount in this term.
|
Terms |
setId(java.lang.String id)
Identifier of the terms.
|
Terms |
setMaxBillingAmount(Currency maxBillingAmount)
Max Amount associated with this term.
|
Terms |
setOccurrences(java.lang.String occurrences)
How many times money can be pulled during this term.
|
Terms |
setType(java.lang.String type)
Term type.
|
toJSON, toStringpublic java.lang.String getId()
public java.lang.String getType()
public Currency getMaxBillingAmount()
public java.lang.String getOccurrences()
public Currency getAmountRange()
public java.lang.String getBuyerEditable()
public Terms setId(java.lang.String id)
public Terms setType(java.lang.String type)
public Terms setMaxBillingAmount(Currency maxBillingAmount)
public Terms setOccurrences(java.lang.String occurrences)
public Terms setAmountRange(Currency amountRange)
public Terms setBuyerEditable(java.lang.String buyerEditable)
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