|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.CancelNotification
public class CancelNotification
| Constructor Summary | |
|---|---|
CancelNotification()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getNote()
Getter for note |
Boolean |
getSendToMerchant()
Getter for sendToMerchant |
Boolean |
getSendToPayer()
Getter for sendToPayer |
String |
getSubject()
Getter for subject |
CancelNotification |
setNote(String note)
Setter for note |
CancelNotification |
setSendToMerchant(Boolean sendToMerchant)
Setter for sendToMerchant |
CancelNotification |
setSendToPayer(Boolean sendToPayer)
Setter for sendToPayer |
CancelNotification |
setSubject(String subject)
Setter for subject |
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 CancelNotification()
| Method Detail |
|---|
public CancelNotification setSubject(String subject)
public String getSubject()
public CancelNotification setNote(String note)
public String getNote()
public CancelNotification setSendToMerchant(Boolean sendToMerchant)
public Boolean getSendToMerchant()
public CancelNotification setSendToPayer(Boolean sendToPayer)
public Boolean getSendToPayer()
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 | |||||||||