public class InvoicingNotification extends PayPalModel
| Constructor and Description |
|---|
InvoicingNotification()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getNote()
Note to the payer.
|
java.lang.Boolean |
getSendToMerchant()
A flag indicating whether a copy of the email has to be sent to the merchant.
|
java.lang.String |
getSubject()
Subject of the notification.
|
int |
hashCode() |
InvoicingNotification |
setNote(java.lang.String note)
Note to the payer.
|
InvoicingNotification |
setSendToMerchant(java.lang.Boolean sendToMerchant)
A flag indicating whether a copy of the email has to be sent to the merchant.
|
InvoicingNotification |
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 InvoicingNotification setSubject(java.lang.String subject)
public InvoicingNotification setNote(java.lang.String note)
public InvoicingNotification setSendToMerchant(java.lang.Boolean sendToMerchant)
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