Package com.stripe.param
Class SubscriptionPauseParams.BillFor
java.lang.Object
com.stripe.param.SubscriptionPauseParams.BillFor
- Enclosing class:
- SubscriptionPauseParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Controls whether to debit for accrued metered usage in the current billing period.Controls whether to credit for licensed items in the current billing period.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getOutstandingUsage
Controls whether to debit for accrued metered usage in the current billing period. The default istrue. -
getUnusedTime
Controls whether to credit for licensed items in the current billing period. The default istrue. -
equals
-
canEqual
-
hashCode
public int hashCode()
-