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

Packages that use Sale
com.paypal.api.payments   
 

Uses of Sale in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Sale
static Sale Sale.get(APIContext apiContext, String saleId)
          Obtain the Sale transaction resource for the given identifier.
static Sale Sale.get(String accessToken, String saleId)
          Obtain the Sale transaction resource for the given identifier.
 Sale RelatedResources.getSale()
          Getter for sale
 Sale Sale.setAmount(Amount amount)
          Setter for amount
 Sale Sale.setClearingTime(String clearingTime)
          Setter for clearingTime
 Sale Sale.setCreateTime(String createTime)
          Setter for createTime
 Sale Sale.setId(String id)
          Setter for id
 Sale Sale.setLinks(List<Links> links)
          Setter for links
 Sale Sale.setParentPayment(String parentPayment)
          Setter for parentPayment
 Sale Sale.setPaymentMode(String paymentMode)
          Setter for paymentMode
 Sale Sale.setProtectionEligibility(String protectionEligibility)
          Setter for protectionEligibility
 Sale Sale.setProtectionEligibilityType(String protectionEligibilityType)
          Setter for protectionEligibilityType
 Sale Sale.setReasonCode(String reasonCode)
          Setter for reasonCode
 Sale Sale.setState(String state)
          Setter for state
 Sale Sale.setUpdateTime(String updateTime)
          Setter for updateTime
 

Methods in com.paypal.api.payments with parameters of type Sale
 RelatedResources RelatedResources.setSale(Sale sale)
          Setter for sale
 



Copyright © 2015. All Rights Reserved.