public class

CaptureResponse

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.CaptureResponse

Class Overview

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

Summary

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

Public Methods

public BigDecimal getCaptureAmount ()

Amount captured for the authorization @readonly

public String getCaptureId ()

The PayPal transaction reference number for this authorization @readonly

public String getCurrency ()

Currency in which this transaction was performed (PayPal does not support all currencies) @readonly

public Boolean getIsFinalCapture ()

Is this the final capture for this authorization @readonly

public String getState ()

The state of the capture transaction @readonly

public BigDecimal getTransactionFee ()

Transaction fee charged for this capture @readonly

public String toString ()

Returns a string representing the serialized state of the CaptureResponse object