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