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