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