public static class OrderBillingPlan.Builder extends Object
OrderBillingPlan.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(List<BillingCycle> billingCycles)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBillingPlan.Builder |
billingCycles(List<BillingCycle> billingCycles)
Setter for billingCycles.
|
OrderBillingPlan |
build()
Builds a new
OrderBillingPlan object using the set fields. |
OrderBillingPlan.Builder |
name(String name)
Setter for name.
|
OrderBillingPlan.Builder |
setupFee(Money setupFee)
Setter for setupFee.
|
public Builder()
public Builder(List<BillingCycle> billingCycles)
billingCycles - List of BillingCycle value for billingCycles.public OrderBillingPlan.Builder billingCycles(List<BillingCycle> billingCycles)
billingCycles - List of BillingCycle value for billingCycles.public OrderBillingPlan.Builder setupFee(Money setupFee)
setupFee - Money value for setupFee.public OrderBillingPlan.Builder name(String name)
name - String value for name.public OrderBillingPlan build()
OrderBillingPlan object using the set fields.OrderBillingPlanCopyright © 2026. All rights reserved.