public class CancelNotification extends PayPalModel
| Constructor and Description |
|---|
CancelNotification()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCcEmails()
Applicable for invoices created with Cc emails.
|
java.lang.String |
getNote()
Note to the payer.
|
java.lang.Boolean |
getSendToMerchant()
Indicates whether to send a copy of the notification to the merchant.
|
java.lang.Boolean |
getSendToPayer()
Indicates whether to send a copy of the notification to the payer.
|
java.lang.String |
getSubject()
Subject of the notification.
|
int |
hashCode() |
CancelNotification |
setCcEmails(java.util.List<java.lang.String> ccEmails)
Applicable for invoices created with Cc emails.
|
CancelNotification |
setNote(java.lang.String note)
Note to the payer.
|
CancelNotification |
setSendToMerchant(java.lang.Boolean sendToMerchant)
Indicates whether to send a copy of the notification to the merchant.
|
CancelNotification |
setSendToPayer(java.lang.Boolean sendToPayer)
Indicates whether to send a copy of the notification to the payer.
|
CancelNotification |
setSubject(java.lang.String subject)
Subject of the notification.
|
toJSON, toStringpublic java.lang.String getSubject()
public java.lang.String getNote()
public java.lang.Boolean getSendToMerchant()
public java.lang.Boolean getSendToPayer()
public java.util.List<java.lang.String> getCcEmails()
public CancelNotification setSubject(java.lang.String subject)
public CancelNotification setNote(java.lang.String note)
public CancelNotification setSendToMerchant(java.lang.Boolean sendToMerchant)
public CancelNotification setSendToPayer(java.lang.Boolean sendToPayer)
public CancelNotification setCcEmails(java.util.List<java.lang.String> ccEmails)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel