|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.RelatedResources
public class RelatedResources
| Constructor Summary | |
|---|---|
RelatedResources()
Default Constructor |
|
| Method Summary | |
|---|---|
Authorization |
getAuthorization()
Getter for authorization |
Capture |
getCapture()
Getter for capture |
Refund |
getRefund()
Getter for refund |
Sale |
getSale()
Getter for sale |
RelatedResources |
setAuthorization(Authorization authorization)
Setter for authorization |
RelatedResources |
setCapture(Capture capture)
Setter for capture |
RelatedResources |
setRefund(Refund refund)
Setter for refund |
RelatedResources |
setSale(Sale sale)
Setter for sale |
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 RelatedResources()
| Method Detail |
|---|
public RelatedResources setSale(Sale sale)
public Sale getSale()
public RelatedResources setAuthorization(Authorization authorization)
public Authorization getAuthorization()
public RelatedResources setCapture(Capture capture)
public Capture getCapture()
public RelatedResources setRefund(Refund refund)
public Refund getRefund()
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 | |||||||||