Uses of Class
com.paypal.api.payments.CancelNotification

Packages that use CancelNotification
com.paypal.api.payments   
 

Uses of CancelNotification in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return CancelNotification
 CancelNotification CancelNotification.setNote(String note)
          Setter for note
 CancelNotification CancelNotification.setSendToMerchant(Boolean sendToMerchant)
          Setter for sendToMerchant
 CancelNotification CancelNotification.setSendToPayer(Boolean sendToPayer)
          Setter for sendToPayer
 CancelNotification CancelNotification.setSubject(String subject)
          Setter for subject
 

Methods in com.paypal.api.payments with parameters of type CancelNotification
 void Invoice.cancel(APIContext apiContext, CancelNotification cancelNotification)
          Cancels an invoice.
 void Invoice.cancel(String accessToken, CancelNotification cancelNotification)
          Cancels an invoice.
 



Copyright © 2015. All Rights Reserved.