public class CaptureAuthorizedPaymentInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureAuthorizedPaymentInput.Builder
Class to build instances of
CaptureAuthorizedPaymentInput. |
| Constructor and Description |
|---|
CaptureAuthorizedPaymentInput()
Default constructor.
|
CaptureAuthorizedPaymentInput(String authorizationId,
String contentType,
String paypalMockResponse,
String paypalRequestId,
String prefer,
String paypalAuthAssertion,
CaptureRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId()
Getter for AuthorizationId.
|
CaptureRequest |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
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 |
setBody(CaptureRequest body)
Setter for Body.
|
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.
|
CaptureAuthorizedPaymentInput.Builder |
toBuilder()
Builds a new
CaptureAuthorizedPaymentInput.Builder object. |
String |
toString()
Converts this CaptureAuthorizedPaymentInput into string format.
|
public CaptureAuthorizedPaymentInput()
public CaptureAuthorizedPaymentInput(String authorizationId, String contentType, String paypalMockResponse, String paypalRequestId, String prefer, String paypalAuthAssertion, CaptureRequest body)
authorizationId - String value for authorizationId.contentType - String value for contentType.paypalMockResponse - String value for paypalMockResponse.paypalRequestId - String value for paypalRequestId.prefer - String value for prefer.paypalAuthAssertion - String value for paypalAuthAssertion.body - CaptureRequest value for body.public String getAuthorizationId()
public void setAuthorizationId(String authorizationId)
authorizationId - 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 getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic CaptureRequest getBody()
public void setBody(CaptureRequest body)
body - Value for CaptureRequestpublic String toString()
public CaptureAuthorizedPaymentInput.Builder toBuilder()
CaptureAuthorizedPaymentInput.Builder object.
Creates the instance with the state of the current model.CaptureAuthorizedPaymentInput.Builder objectCopyright © 2025. All rights reserved.