| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
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.setTransactionFee(Currency transactionFee) |
Capture |
Capture.setUpdateTime(String updateTime)
Setter for updateTime
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015. All Rights Reserved.