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