public static class ReauthorizePaymentInput.Builder extends Object
ReauthorizePaymentInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String authorizationId,
String contentType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ReauthorizePaymentInput.Builder |
authorizationId(String authorizationId)
Setter for authorizationId.
|
ReauthorizePaymentInput.Builder |
body(ReauthorizeRequest body)
Setter for body.
|
ReauthorizePaymentInput |
build()
Builds a new
ReauthorizePaymentInput object using the set fields. |
ReauthorizePaymentInput.Builder |
contentType(String contentType)
Setter for contentType.
|
ReauthorizePaymentInput.Builder |
paypalAuthAssertion(String paypalAuthAssertion)
Setter for paypalAuthAssertion.
|
ReauthorizePaymentInput.Builder |
paypalRequestId(String paypalRequestId)
Setter for paypalRequestId.
|
ReauthorizePaymentInput.Builder |
prefer(String prefer)
Setter for prefer.
|
public ReauthorizePaymentInput.Builder authorizationId(String authorizationId)
authorizationId - String value for authorizationId.public ReauthorizePaymentInput.Builder contentType(String contentType)
contentType - String value for contentType.public ReauthorizePaymentInput.Builder paypalRequestId(String paypalRequestId)
paypalRequestId - String value for paypalRequestId.public ReauthorizePaymentInput.Builder prefer(String prefer)
prefer - String value for prefer.public ReauthorizePaymentInput.Builder paypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - String value for paypalAuthAssertion.public ReauthorizePaymentInput.Builder body(ReauthorizeRequest body)
body - ReauthorizeRequest value for body.public ReauthorizePaymentInput build()
ReauthorizePaymentInput object using the set fields.ReauthorizePaymentInputCopyright © 2025. All rights reserved.