| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.CaptureResponse | |
Information about a completed capture DO NOT EDIT THIS FILE! IT IS AUTOMATICALLY GENERATED AND SHOULD NOT BE CHECKED IN. Generated from: js/transaction/CaptureResponse.js
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BigDecimal |
getCaptureAmount()
Amount captured for the authorization @readonly
| ||||||||||
| String |
getCaptureId()
The PayPal transaction reference number for this authorization @readonly
| ||||||||||
| String |
getCurrency()
Currency in which this transaction was performed
(PayPal does not support all currencies) @readonly
| ||||||||||
| Boolean |
getIsFinalCapture()
Is this the final capture for this authorization @readonly
| ||||||||||
| String |
getState()
The state of the capture transaction @readonly
| ||||||||||
| BigDecimal |
getTransactionFee()
Transaction fee charged for this capture @readonly
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the CaptureResponse object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Amount captured for the authorization @readonly
The PayPal transaction reference number for this authorization @readonly
Currency in which this transaction was performed (PayPal does not support all currencies) @readonly
Is this the final capture for this authorization @readonly
The state of the capture transaction @readonly
Transaction fee charged for this capture @readonly
Returns a string representing the serialized state of the CaptureResponse object