| Package | Description |
|---|---|
| com.paypal.sdk.controllers | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Refund> |
PaymentsController.getRefund(GetRefundInput input)
Shows details for a refund, by ID.
|
CompletableFuture<ApiResponse<Refund>> |
PaymentsController.getRefundAsync(GetRefundInput input)
Shows details for a refund, by ID.
|
ApiResponse<Refund> |
PaymentsController.refundCapturedPayment(RefundCapturedPaymentInput input)
Refunds a captured payment, by ID.
|
CompletableFuture<ApiResponse<Refund>> |
PaymentsController.refundCapturedPaymentAsync(RefundCapturedPaymentInput input)
Refunds a captured payment, by ID.
|
| Modifier and Type | Method and Description |
|---|---|
Refund |
Refund.Builder.build()
Builds a new
Refund object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Refund> |
PaymentCollection.getRefunds()
Getter for Refunds.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentCollection.Builder |
PaymentCollection.Builder.refunds(List<Refund> refunds)
Setter for refunds.
|
void |
PaymentCollection.setRefunds(List<Refund> refunds)
Setter for Refunds.
|
| Constructor and Description |
|---|
PaymentCollection(List<AuthorizationWithAdditionalData> authorizations,
List<OrdersCapture> captures,
List<Refund> refunds)
Initialization constructor.
|
Copyright © 2025. All rights reserved.