public class

InvoiceNotification

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.InvoiceNotification

Class Overview

An Invoice notification

Summary

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
From class java.lang.Object

Public Constructors

public InvoiceNotification ()

Public Methods

public 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.

public String getNote ()

Note to the payer

public Boolean getShouldSendToMerchant ()

A flag indicating whether a copy of the email has to be sent to the merchant

public Boolean getShouldSendToPayer ()

A flag indicating whether a copy of the email has to be sent to the payer

public String getSubject ()

Subject of the notification

public 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.

public void setNote (String value)

Note to the payer

public void setShouldSendToMerchant (Boolean value)

A flag indicating whether a copy of the email has to be sent to the merchant

public void setShouldSendToPayer (Boolean value)

A flag indicating whether a copy of the email has to be sent to the payer

public void setSubject (String value)

Subject of the notification

public String toString ()

Returns a string representing the serialized state of the InvoiceNotification object