public class BillingCycleOverride extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BillingCycleOverride.Builder
Class to build instances of
BillingCycleOverride. |
| Constructor and Description |
|---|
BillingCycleOverride()
Default constructor.
|
BillingCycleOverride(int sequence,
SubscriptionPricingScheme pricingScheme,
Integer totalCycles)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPricingScheme |
getPricingScheme()
Getter for PricingScheme.
|
int |
getSequence()
Getter for Sequence.
|
Integer |
getTotalCycles()
Getter for TotalCycles.
|
void |
setPricingScheme(SubscriptionPricingScheme pricingScheme)
Setter for PricingScheme.
|
void |
setSequence(int sequence)
Setter for Sequence.
|
void |
setTotalCycles(Integer totalCycles)
Setter for TotalCycles.
|
BillingCycleOverride.Builder |
toBuilder()
Builds a new
BillingCycleOverride.Builder object. |
String |
toString()
Converts this BillingCycleOverride into string format.
|
public BillingCycleOverride()
public BillingCycleOverride(int sequence,
SubscriptionPricingScheme pricingScheme,
Integer totalCycles)
sequence - int value for sequence.pricingScheme - SubscriptionPricingScheme value for pricingScheme.totalCycles - Integer value for totalCycles.public SubscriptionPricingScheme getPricingScheme()
public void setPricingScheme(SubscriptionPricingScheme pricingScheme)
pricingScheme - Value for SubscriptionPricingSchemepublic int getSequence()
public void setSequence(int sequence)
sequence - Value for intpublic Integer getTotalCycles()
public void setTotalCycles(Integer totalCycles)
totalCycles - Value for Integerpublic String toString()
public BillingCycleOverride.Builder toBuilder()
BillingCycleOverride.Builder object.
Creates the instance with the state of the current model.BillingCycleOverride.Builder objectCopyright © 2026. All rights reserved.