public class GetAuthorizedPaymentInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAuthorizedPaymentInput.Builder
Class to build instances of
GetAuthorizedPaymentInput. |
| Constructor and Description |
|---|
GetAuthorizedPaymentInput()
Default constructor.
|
GetAuthorizedPaymentInput(String authorizationId,
String paypalMockResponse,
String paypalAuthAssertion)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId()
Getter for AuthorizationId.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
String |
getPaypalMockResponse()
Getter for PaypalMockResponse.
|
void |
setAuthorizationId(String authorizationId)
Setter for AuthorizationId.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setPaypalMockResponse(String paypalMockResponse)
Setter for PaypalMockResponse.
|
GetAuthorizedPaymentInput.Builder |
toBuilder()
Builds a new
GetAuthorizedPaymentInput.Builder object. |
String |
toString()
Converts this GetAuthorizedPaymentInput into string format.
|
public GetAuthorizedPaymentInput()
public GetAuthorizedPaymentInput(String authorizationId, String paypalMockResponse, String paypalAuthAssertion)
authorizationId - String value for authorizationId.paypalMockResponse - String value for paypalMockResponse.paypalAuthAssertion - String value for paypalAuthAssertion.public String getAuthorizationId()
public void setAuthorizationId(String authorizationId)
authorizationId - Value for Stringpublic String getPaypalMockResponse()
public void setPaypalMockResponse(String paypalMockResponse)
paypalMockResponse - Value for Stringpublic String getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic String toString()
public GetAuthorizedPaymentInput.Builder toBuilder()
GetAuthorizedPaymentInput.Builder object.
Creates the instance with the state of the current model.GetAuthorizedPaymentInput.Builder objectCopyright © 2025. All rights reserved.