public class AuthorizeOrderInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizeOrderInput.Builder
Class to build instances of
AuthorizeOrderInput. |
| Constructor and Description |
|---|
AuthorizeOrderInput()
Default constructor.
|
AuthorizeOrderInput(String id,
String contentType,
String paypalMockResponse,
String paypalRequestId,
String prefer,
String paypalClientMetadataId,
String paypalAuthAssertion,
OrderAuthorizeRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderAuthorizeRequest |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getId()
Getter for Id.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
String |
getPaypalClientMetadataId()
Getter for PaypalClientMetadataId.
|
String |
getPaypalMockResponse()
Getter for PaypalMockResponse.
|
String |
getPaypalRequestId()
Getter for PaypalRequestId.
|
String |
getPrefer()
Getter for Prefer.
|
void |
setBody(OrderAuthorizeRequest body)
Setter for Body.
|
void |
setId(String id)
Setter for Id.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setPaypalClientMetadataId(String paypalClientMetadataId)
Setter for PaypalClientMetadataId.
|
void |
setPaypalMockResponse(String paypalMockResponse)
Setter for PaypalMockResponse.
|
void |
setPaypalRequestId(String paypalRequestId)
Setter for PaypalRequestId.
|
void |
setPrefer(String prefer)
Setter for Prefer.
|
AuthorizeOrderInput.Builder |
toBuilder()
Builds a new
AuthorizeOrderInput.Builder object. |
String |
toString()
Converts this AuthorizeOrderInput into string format.
|
public AuthorizeOrderInput()
public AuthorizeOrderInput(String id, String contentType, String paypalMockResponse, String paypalRequestId, String prefer, String paypalClientMetadataId, String paypalAuthAssertion, OrderAuthorizeRequest body)
id - String value for id.contentType - String value for contentType.paypalMockResponse - String value for paypalMockResponse.paypalRequestId - String value for paypalRequestId.prefer - String value for prefer.paypalClientMetadataId - String value for paypalClientMetadataId.paypalAuthAssertion - String value for paypalAuthAssertion.body - OrderAuthorizeRequest value for body.public String getId()
public void setId(String id)
id - Value for Stringpublic String getContentType()
public String getPaypalMockResponse()
public void setPaypalMockResponse(String paypalMockResponse)
paypalMockResponse - 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 getPaypalClientMetadataId()
public void setPaypalClientMetadataId(String paypalClientMetadataId)
paypalClientMetadataId - Value for Stringpublic String getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic OrderAuthorizeRequest getBody()
public void setBody(OrderAuthorizeRequest body)
body - Value for OrderAuthorizeRequestpublic String toString()
public AuthorizeOrderInput.Builder toBuilder()
AuthorizeOrderInput.Builder object.
Creates the instance with the state of the current model.AuthorizeOrderInput.Builder objectCopyright © 2025. All rights reserved.