Package com.stripe.param
Class QuoteUpdateParams.Line.EndsAt
java.lang.Object
com.stripe.param.QuoteUpdateParams.Line.EndsAt
- Enclosing class:
- QuoteUpdateParams.Line
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Add all map key/value pairs to `extraParams` map.static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Use theend
time of a given discount.Time span for the quote line starting from thestarts_at
date.Map of extra parameters for custom features not available in this client library.A precise Unix timestamp.getType()
Required. Select a way to pass inends_at
.
-
Method Details
-
builder
-
getDiscountEnd
Use theend
time of a given discount. -
getDuration
Time span for the quote line starting from thestarts_at
date. -
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@SerializedName
value. 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. -
getType
Required. Select a way to pass inends_at
.
-