public class Terms extends PayPalModel
| Constructor and Description |
|---|
Terms()
Default Constructor
|
Terms(String type,
Currency maxBillingAmount,
String occurrences,
Currency amountRange,
String buyerEditable)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getAmountRange()
Getter for amountRange
|
String |
getBuyerEditable()
Getter for buyerEditable
|
String |
getId()
Getter for id
|
Currency |
getMaxBillingAmount()
Getter for maxBillingAmount
|
String |
getOccurrences()
Getter for occurrences
|
String |
getType()
Getter for type
|
Terms |
setAmountRange(Currency amountRange)
Setter for amountRange
|
Terms |
setBuyerEditable(String buyerEditable)
Setter for buyerEditable
|
Terms |
setId(String id)
Setter for id
|
Terms |
setMaxBillingAmount(Currency maxBillingAmount)
Setter for maxBillingAmount
|
Terms |
setOccurrences(String occurrences)
Setter for occurrences
|
Terms |
setType(String type)
Setter for type
|
equals, hashCode, toJSON, toStringpublic String getId()
public String getType()
public Terms setMaxBillingAmount(Currency maxBillingAmount)
public Currency getMaxBillingAmount()
public String getOccurrences()
public Currency getAmountRange()
public String getBuyerEditable()
Copyright © 2015. All Rights Reserved.