| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
OrdersCapture |
OrdersCapture.Builder.build()
Builds a new
OrdersCapture object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<OrdersCapture> |
PaymentCollection.getCaptures()
Getter for Captures.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentCollection.Builder |
PaymentCollection.Builder.captures(List<OrdersCapture> captures)
Setter for captures.
|
void |
PaymentCollection.setCaptures(List<OrdersCapture> captures)
Setter for Captures.
|
| Constructor and Description |
|---|
PaymentCollection(List<AuthorizationWithAdditionalData> authorizations,
List<OrdersCapture> captures,
List<Refund> refunds)
Initialization constructor.
|
Copyright © 2025. All rights reserved.