public class CreateBillingPlanInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateBillingPlanInput.Builder
Class to build instances of
CreateBillingPlanInput. |
| Constructor and Description |
|---|
CreateBillingPlanInput()
Default constructor.
|
CreateBillingPlanInput(String contentType,
String prefer,
String paypalRequestId,
PlanRequest body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlanRequest |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getPaypalRequestId()
Getter for PaypalRequestId.
|
String |
getPrefer()
Getter for Prefer.
|
void |
setBody(PlanRequest body)
Setter for Body.
|
void |
setPaypalRequestId(String paypalRequestId)
Setter for PaypalRequestId.
|
void |
setPrefer(String prefer)
Setter for Prefer.
|
CreateBillingPlanInput.Builder |
toBuilder()
Builds a new
CreateBillingPlanInput.Builder object. |
String |
toString()
Converts this CreateBillingPlanInput into string format.
|
public CreateBillingPlanInput()
public CreateBillingPlanInput(String contentType, String prefer, String paypalRequestId, PlanRequest body)
contentType - String value for contentType.prefer - String value for prefer.paypalRequestId - String value for paypalRequestId.body - PlanRequest value for body.public String getContentType()
public String getPrefer()
public void setPrefer(String prefer)
prefer - Value for Stringpublic String getPaypalRequestId()
public void setPaypalRequestId(String paypalRequestId)
paypalRequestId - Value for Stringpublic PlanRequest getBody()
public void setBody(PlanRequest body)
body - Value for PlanRequestpublic String toString()
public CreateBillingPlanInput.Builder toBuilder()
CreateBillingPlanInput.Builder object.
Creates the instance with the state of the current model.CreateBillingPlanInput.Builder objectCopyright © 2026. All rights reserved.