Package com.stripe.param
Class QuoteUpdateParams.SubscriptionData.BillingSchedule.BillFrom
java.lang.Object
com.stripe.param.QuoteUpdateParams.SubscriptionData.BillingSchedule.BillFrom
- Enclosing class:
- QuoteUpdateParams.SubscriptionData.BillingSchedule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumThe position of the previous quote line in thelinesarray after which this line should begin. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Details of a Quote line to start the bill period from.A precise Unix timestamp.getType()Required. The type of method to specify thebill_fromtime.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. -
getLineStartsAt
Details of a Quote line to start the bill period from. -
getTimestamp
A precise Unix timestamp. -
getType
Required. The type of method to specify thebill_fromtime. -
equals
-
canEqual
-
hashCode
public int hashCode()
-