java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.InvoiceNotification |
An Invoice notification
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvoiceNotification() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getCcEmails()
If the invoice has CCs associated with it, this field
can be used to specify only certain set of CC emails for which notification is sent.
| ||||||||||
String |
getNote()
Note to the payer
| ||||||||||
Boolean |
getShouldSendToMerchant()
A flag indicating whether a copy of the
email has to be sent to the merchant
| ||||||||||
Boolean |
getShouldSendToPayer()
A flag indicating whether a copy of the email
has to be sent to the payer
| ||||||||||
String |
getSubject()
Subject of the notification
| ||||||||||
void |
setCcEmails(String value)
If the invoice has CCs associated with it, this field
can be used to specify only certain set of CC emails for which notification is sent.
| ||||||||||
void |
setNote(String value)
Note to the payer
| ||||||||||
void |
setShouldSendToMerchant(Boolean value)
A flag indicating whether a copy of the
email has to be sent to the merchant
| ||||||||||
void |
setShouldSendToPayer(Boolean value)
A flag indicating whether a copy of the email
has to be sent to the payer
| ||||||||||
void |
setSubject(String value)
Subject of the notification
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the InvoiceNotification object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
If the invoice has CCs associated with it, this field can be used to specify only certain set of CC emails for which notification is sent.
Note to the payer
A flag indicating whether a copy of the email has to be sent to the merchant
A flag indicating whether a copy of the email has to be sent to the payer
Subject of the notification
If the invoice has CCs associated with it, this field can be used to specify only certain set of CC emails for which notification is sent.
Note to the payer
A flag indicating whether a copy of the email has to be sent to the merchant
A flag indicating whether a copy of the email has to be sent to the payer
Subject of the notification
Returns a string representing the serialized state of the InvoiceNotification object