|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Credit
public class Credit
| Constructor Summary | |
|---|---|
Credit()
Default Constructor |
|
Credit(String type)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getId()
Getter for id |
String |
getTerms()
Getter for terms |
String |
getType()
Getter for type |
Credit |
setId(String id)
Setter for id |
Credit |
setTerms(String terms)
Setter for terms |
Credit |
setType(String type)
Setter for type |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Credit()
public Credit(String type)
| Method Detail |
|---|
public Credit setId(String id)
public String getId()
public Credit setType(String type)
public String getType()
public Credit setTerms(String terms)
public String getTerms()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||