public static class RefundCapturedPaymentInput.Builder extends Object
RefundCapturedPaymentInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String captureId,
String contentType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RefundCapturedPaymentInput.Builder |
body(RefundRequest body)
Setter for body.
|
RefundCapturedPaymentInput |
build()
Builds a new
RefundCapturedPaymentInput object using the set fields. |
RefundCapturedPaymentInput.Builder |
captureId(String captureId)
Setter for captureId.
|
RefundCapturedPaymentInput.Builder |
contentType(String contentType)
Setter for contentType.
|
RefundCapturedPaymentInput.Builder |
paypalAuthAssertion(String paypalAuthAssertion)
Setter for paypalAuthAssertion.
|
RefundCapturedPaymentInput.Builder |
paypalMockResponse(String paypalMockResponse)
Setter for paypalMockResponse.
|
RefundCapturedPaymentInput.Builder |
paypalRequestId(String paypalRequestId)
Setter for paypalRequestId.
|
RefundCapturedPaymentInput.Builder |
prefer(String prefer)
Setter for prefer.
|
public RefundCapturedPaymentInput.Builder captureId(String captureId)
captureId - String value for captureId.public RefundCapturedPaymentInput.Builder contentType(String contentType)
contentType - String value for contentType.public RefundCapturedPaymentInput.Builder paypalMockResponse(String paypalMockResponse)
paypalMockResponse - String value for paypalMockResponse.public RefundCapturedPaymentInput.Builder paypalRequestId(String paypalRequestId)
paypalRequestId - String value for paypalRequestId.public RefundCapturedPaymentInput.Builder prefer(String prefer)
prefer - String value for prefer.public RefundCapturedPaymentInput.Builder paypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - String value for paypalAuthAssertion.public RefundCapturedPaymentInput.Builder body(RefundRequest body)
body - RefundRequest value for body.public RefundCapturedPaymentInput build()
RefundCapturedPaymentInput object using the set fields.RefundCapturedPaymentInputCopyright © 2025. All rights reserved.