| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CapturePaymentInstruction |
CapturePaymentInstruction.Builder.build()
Builds a new
CapturePaymentInstruction object using the set fields. |
CapturePaymentInstruction |
CaptureRequest.getPaymentInstruction()
Getter for PaymentInstruction.
|
| Modifier and Type | Method and Description |
|---|---|
CaptureRequest.Builder |
CaptureRequest.Builder.paymentInstruction(CapturePaymentInstruction paymentInstruction)
Setter for paymentInstruction.
|
void |
CaptureRequest.setPaymentInstruction(CapturePaymentInstruction paymentInstruction)
Setter for PaymentInstruction.
|
| Constructor and Description |
|---|
CaptureRequest(String invoiceId,
String noteToPayer,
Money amount,
Boolean finalCapture,
CapturePaymentInstruction paymentInstruction,
String softDescriptor)
Initialization constructor.
|
Copyright © 2025. All rights reserved.