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