public class GetCapturedPaymentInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCapturedPaymentInput.Builder
Class to build instances of
GetCapturedPaymentInput. |
| Constructor and Description |
|---|
GetCapturedPaymentInput()
Default constructor.
|
GetCapturedPaymentInput(String captureId,
String paypalMockResponse)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureId()
Getter for CaptureId.
|
String |
getPaypalMockResponse()
Getter for PaypalMockResponse.
|
void |
setCaptureId(String captureId)
Setter for CaptureId.
|
void |
setPaypalMockResponse(String paypalMockResponse)
Setter for PaypalMockResponse.
|
GetCapturedPaymentInput.Builder |
toBuilder()
Builds a new
GetCapturedPaymentInput.Builder object. |
String |
toString()
Converts this GetCapturedPaymentInput into string format.
|
public String getCaptureId()
public void setCaptureId(String captureId)
captureId - Value for Stringpublic String getPaypalMockResponse()
public void setPaypalMockResponse(String paypalMockResponse)
paypalMockResponse - Value for Stringpublic String toString()
public GetCapturedPaymentInput.Builder toBuilder()
GetCapturedPaymentInput.Builder object.
Creates the instance with the state of the current model.GetCapturedPaymentInput.Builder objectCopyright © 2025. All rights reserved.