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

Packages that use Refund
com.paypal.api.payments   
 

Uses of Refund in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Refund
static Refund Refund.get(APIContext apiContext, String refundId)
          Obtain the Refund transaction resource for the given identifier.
static Refund Refund.get(String accessToken, String refundId)
          Obtain the Refund transaction resource for the given identifier.
 Refund RelatedResources.getRefund()
          Getter for refund
 Refund Sale.refund(APIContext apiContext, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Capture.refund(APIContext apiContext, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Sale.refund(String accessToken, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Capture.refund(String accessToken, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Refund.setAmount(Amount amount)
          Setter for amount
 Refund Refund.setCaptureId(String captureId)
          Setter for captureId
 Refund Refund.setCreateTime(String createTime)
          Setter for createTime
 Refund Refund.setDescription(String description)
          Setter for description
 Refund Refund.setId(String id)
          Setter for id
 Refund Refund.setLinks(List<Links> links)
          Setter for links
 Refund Refund.setParentPayment(String parentPayment)
          Setter for parentPayment
 Refund Refund.setSaleId(String saleId)
          Setter for saleId
 Refund Refund.setState(String state)
          Setter for state
 Refund Refund.setUpdateTime(String updateTime)
          Setter for updateTime
 

Methods in com.paypal.api.payments with parameters of type Refund
 Refund Sale.refund(APIContext apiContext, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Capture.refund(APIContext apiContext, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Sale.refund(String accessToken, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 Refund Capture.refund(String accessToken, Refund refund)
          Creates (and processes) a new Refund Transaction added as a related resource.
 RelatedResources RelatedResources.setRefund(Refund refund)
          Setter for refund
 



Copyright © 2015. All Rights Reserved.