com.paypal.api.payments
Class CancelNotification

java.lang.Object
  extended by com.paypal.api.payments.CancelNotification

public class CancelNotification
extends Object


Constructor Summary
CancelNotification()
          Default Constructor
 
Method Summary
 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
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelNotification

public CancelNotification()
Default Constructor

Method Detail

setSubject

public CancelNotification setSubject(String subject)
Setter for subject


getSubject

public String getSubject()
Getter for subject


setNote

public CancelNotification setNote(String note)
Setter for note


getNote

public String getNote()
Getter for note


setSendToMerchant

public CancelNotification setSendToMerchant(Boolean sendToMerchant)
Setter for sendToMerchant


getSendToMerchant

public Boolean getSendToMerchant()
Getter for sendToMerchant


setSendToPayer

public CancelNotification setSendToPayer(Boolean sendToPayer)
Setter for sendToPayer


getSendToPayer

public Boolean getSendToPayer()
Getter for sendToPayer


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.