public static class GetRefundInput.Builder extends Object
GetRefundInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String refundId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GetRefundInput |
build()
Builds a new
GetRefundInput object using the set fields. |
GetRefundInput.Builder |
paypalAuthAssertion(String paypalAuthAssertion)
Setter for paypalAuthAssertion.
|
GetRefundInput.Builder |
paypalMockResponse(String paypalMockResponse)
Setter for paypalMockResponse.
|
GetRefundInput.Builder |
refundId(String refundId)
Setter for refundId.
|
public Builder()
public Builder(String refundId)
refundId - String value for refundId.public GetRefundInput.Builder refundId(String refundId)
refundId - String value for refundId.public GetRefundInput.Builder paypalMockResponse(String paypalMockResponse)
paypalMockResponse - String value for paypalMockResponse.public GetRefundInput.Builder paypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - String value for paypalAuthAssertion.public GetRefundInput build()
GetRefundInput object using the set fields.GetRefundInputCopyright © 2025. All rights reserved.