public class CancelNotification extends PayPalModel
Constructor and Description |
---|
CancelNotification()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getNote()
Getter for note
|
Boolean |
getSendToMerchant()
Getter for sendToMerchant
|
Boolean |
getSendToPayer()
Getter for sendToPayer
|
String |
getSubject()
Getter for subject
|
CancelNotification |
setNote(String note)
Setter for note
|
CancelNotification |
setSendToMerchant(Boolean sendToMerchant)
Setter for sendToMerchant
|
CancelNotification |
setSendToPayer(Boolean sendToPayer)
Setter for sendToPayer
|
CancelNotification |
setSubject(String subject)
Setter for subject
|
equals, hashCode, toJSON, toString
public CancelNotification setSubject(String subject)
public String getSubject()
public CancelNotification setNote(String note)
public String getNote()
public CancelNotification setSendToMerchant(Boolean sendToMerchant)
public Boolean getSendToMerchant()
public CancelNotification setSendToPayer(Boolean sendToPayer)
public Boolean getSendToPayer()
Copyright © 2016. All Rights Reserved.