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

Uses of Sale in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Sale
static Sale Sale.get(com.paypal.core.rest.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.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.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 © 2013. All Rights Reserved.