public static class SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubscriptionScheduleCreateParams.Phase.BillingThresholds |
build()
Finalize and obtain parameter instance from this builder.
|
SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder |
setAmountGte(java.lang.Long amountGte)
Monetary threshold that triggers the subscription to advance to a new billing period.
|
SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder |
setResetBillingCycleAnchor(java.lang.Boolean resetBillingCycleAnchor) |
public SubscriptionScheduleCreateParams.Phase.BillingThresholds build()
public SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder setAmountGte(java.lang.Long amountGte)
public SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder putExtraParam(java.lang.String key, java.lang.Object value)
SubscriptionScheduleCreateParams.Phase.BillingThresholds.extraParams
for
the field documentation.public SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
SubscriptionScheduleCreateParams.Phase.BillingThresholds.extraParams
for
the field documentation.public SubscriptionScheduleCreateParams.Phase.BillingThresholds.Builder setResetBillingCycleAnchor(java.lang.Boolean resetBillingCycleAnchor)