public class ReauthorizePaymentInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReauthorizePaymentInput.Builder
Class to build instances of
ReauthorizePaymentInput. |
| Constructor and Description |
|---|
ReauthorizePaymentInput()
Default constructor.
|
ReauthorizePaymentInput(String authorizationId,
String contentType,
String paypalRequestId,
String prefer,
String paypalAuthAssertion,
ReauthorizeRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId()
Getter for AuthorizationId.
|
ReauthorizeRequest |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
String |
getPaypalRequestId()
Getter for PaypalRequestId.
|
String |
getPrefer()
Getter for Prefer.
|
void |
setAuthorizationId(String authorizationId)
Setter for AuthorizationId.
|
void |
setBody(ReauthorizeRequest body)
Setter for Body.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setPaypalRequestId(String paypalRequestId)
Setter for PaypalRequestId.
|
void |
setPrefer(String prefer)
Setter for Prefer.
|
ReauthorizePaymentInput.Builder |
toBuilder()
Builds a new
ReauthorizePaymentInput.Builder object. |
String |
toString()
Converts this ReauthorizePaymentInput into string format.
|
public ReauthorizePaymentInput()
public ReauthorizePaymentInput(String authorizationId, String contentType, String paypalRequestId, String prefer, String paypalAuthAssertion, ReauthorizeRequest body)
authorizationId - String value for authorizationId.contentType - String value for contentType.paypalRequestId - String value for paypalRequestId.prefer - String value for prefer.paypalAuthAssertion - String value for paypalAuthAssertion.body - ReauthorizeRequest value for body.public String getAuthorizationId()
public void setAuthorizationId(String authorizationId)
authorizationId - Value for Stringpublic String getContentType()
public 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 ReauthorizeRequest getBody()
public void setBody(ReauthorizeRequest body)
body - Value for ReauthorizeRequestpublic String toString()
public ReauthorizePaymentInput.Builder toBuilder()
ReauthorizePaymentInput.Builder object.
Creates the instance with the state of the current model.ReauthorizePaymentInput.Builder objectCopyright © 2025. All rights reserved.