Package com.stripe.param
Class QuoteCreateParams.Line.StartsAt
java.lang.Object
com.stripe.param.QuoteCreateParams.Line.StartsAt
- Enclosing class:
- QuoteCreateParams.Line
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classAdd all map key/value pairs to `extraParams` map.static enumThe position of the previous quote line in thelinesarray after which this line should begin. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanUse theendtime of a given discount.Map of extra parameters for custom features not available in this client library.The timestamp the given line ends at.A precise Unix timestamp.getType()Required. Select a way to pass instarts_at.inthashCode()
-
Method Details
-
builder
-
getDiscountEnd
Use theendtime of a given discount. -
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. -
getLineEndsAt
The timestamp the given line ends at. -
getTimestamp
A precise Unix timestamp. -
getType
Required. Select a way to pass instarts_at. -
equals
-
canEqual
-
hashCode
public int hashCode()
-