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

Packages that use RefundDetail
com.paypal.api.payments   
 

Uses of RefundDetail in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return RefundDetail
 RefundDetail RefundDetail.setDate(String date)
          Setter for date
 RefundDetail RefundDetail.setNote(String note)
          Setter for note
 RefundDetail RefundDetail.setType(String type)
          Setter for type
 

Methods in com.paypal.api.payments that return types with arguments of type RefundDetail
 List<RefundDetail> Invoice.getRefundDetails()
          Getter for refundDetails
 

Methods in com.paypal.api.payments with parameters of type RefundDetail
 void Invoice.recordRefund(APIContext apiContext, RefundDetail refundDetail)
          Mark the status of the invoice as refunded.
 void Invoice.recordRefund(String accessToken, RefundDetail refundDetail)
          Mark the status of the invoice as refunded.
 

Method parameters in com.paypal.api.payments with type arguments of type RefundDetail
 Invoice Invoice.setRefundDetails(List<RefundDetail> refundDetails)
          Setter for refundDetails
 



Copyright © 2015. All Rights Reserved.