public class InvoicingNotification extends PayPalModel
| Constructor and Description |
|---|
InvoicingNotification()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, hashCode, toJSON, toStringpublic InvoicingNotification setSubject(String subject)
public String getSubject()
public InvoicingNotification setNote(String note)
public String getNote()
public InvoicingNotification setSendToMerchant(Boolean sendToMerchant)
public Boolean getSendToMerchant()
Copyright © 2015. All Rights Reserved.