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