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