public class CaptureOrderInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureOrderInput.Builder
Class to build instances of
CaptureOrderInput. |
| Constructor and Description |
|---|
CaptureOrderInput()
Default constructor.
|
CaptureOrderInput(String id,
String contentType,
String paypalMockResponse,
String paypalRequestId,
String prefer,
String paypalClientMetadataId,
String paypalAuthAssertion,
OrderCaptureRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderCaptureRequest |
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(OrderCaptureRequest 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.
|
CaptureOrderInput.Builder |
toBuilder()
Builds a new
CaptureOrderInput.Builder object. |
String |
toString()
Converts this CaptureOrderInput into string format.
|
public CaptureOrderInput()
public CaptureOrderInput(String id, String contentType, String paypalMockResponse, String paypalRequestId, String prefer, String paypalClientMetadataId, String paypalAuthAssertion, OrderCaptureRequest 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 - OrderCaptureRequest 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 OrderCaptureRequest getBody()
public void setBody(OrderCaptureRequest body)
body - Value for OrderCaptureRequestpublic String toString()
public CaptureOrderInput.Builder toBuilder()
CaptureOrderInput.Builder object.
Creates the instance with the state of the current model.CaptureOrderInput.Builder objectCopyright © 2025. All rights reserved.