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