|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Capture | |
|---|---|
| com.paypal.api.payments | |
| Uses of Capture in com.paypal.api.payments |
|---|
| Methods in com.paypal.api.payments that return Capture | |
|---|---|
Capture |
Order.capture(APIContext apiContext,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Authorization.capture(APIContext apiContext,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Order.capture(String accessToken,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Authorization.capture(String accessToken,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
static Capture |
Capture.get(APIContext apiContext,
String captureId)
Obtain the Capture transaction resource for the given identifier. |
static Capture |
Capture.get(String accessToken,
String captureId)
Obtain the Capture transaction resource for the given identifier. |
Capture |
RelatedResources.getCapture()
Getter for capture |
Capture |
Capture.setAmount(Amount amount)
Setter for amount |
Capture |
Capture.setCreateTime(String createTime)
Setter for createTime |
Capture |
Capture.setId(String id)
Setter for id |
Capture |
Capture.setIsFinalCapture(Boolean isFinalCapture)
Setter for isFinalCapture |
Capture |
Capture.setLinks(List<Links> links)
Setter for links |
Capture |
Capture.setParentPayment(String parentPayment)
Setter for parentPayment |
Capture |
Capture.setState(String state)
Setter for state |
Capture |
Capture.setUpdateTime(String updateTime)
Setter for updateTime |
| Methods in com.paypal.api.payments with parameters of type Capture | |
|---|---|
Capture |
Order.capture(APIContext apiContext,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Authorization.capture(APIContext apiContext,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Order.capture(String accessToken,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
Capture |
Authorization.capture(String accessToken,
Capture capture)
Creates (and processes) a new Capture Transaction added as a related resource. |
RelatedResources |
RelatedResources.setCapture(Capture capture)
Setter for capture |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||