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