Package com.stripe.param
Class SubscriptionUpdateParams.AddInvoiceItem.Period.End
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.AddInvoiceItem.Period.End
- Enclosing class:
- SubscriptionUpdateParams.AddInvoiceItem.Period
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.A precise Unix timestamp for the end of the invoice item period.getType()Required. Select how to calculate the end of the invoice item 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. -
getTimestamp
A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal toperiod.start. -
getType
Required. Select how to calculate the end of the invoice item period. -
equals
-
canEqual
-
hashCode
public int hashCode()
-