public static class CreateBillingPlanInput.Builder extends Object
CreateBillingPlanInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String contentType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBillingPlanInput.Builder |
body(PlanRequest body)
Setter for body.
|
CreateBillingPlanInput |
build()
Builds a new
CreateBillingPlanInput object using the set fields. |
CreateBillingPlanInput.Builder |
contentType(String contentType)
Setter for contentType.
|
CreateBillingPlanInput.Builder |
paypalRequestId(String paypalRequestId)
Setter for paypalRequestId.
|
CreateBillingPlanInput.Builder |
prefer(String prefer)
Setter for prefer.
|
public Builder()
public Builder(String contentType)
contentType - String value for contentType.public CreateBillingPlanInput.Builder contentType(String contentType)
contentType - String value for contentType.public CreateBillingPlanInput.Builder prefer(String prefer)
prefer - String value for prefer.public CreateBillingPlanInput.Builder paypalRequestId(String paypalRequestId)
paypalRequestId - String value for paypalRequestId.public CreateBillingPlanInput.Builder body(PlanRequest body)
body - PlanRequest value for body.public CreateBillingPlanInput build()
CreateBillingPlanInput object using the set fields.CreateBillingPlanInputCopyright © 2026. All rights reserved.