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 classstatic classstatic classAdd all map key/value pairs to `extraParams` map.static enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanUse theendtime of a given discount.Time span for the quote line starting from thestarts_atdate.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.inthashCode()
-
Method Details
-
builder
-
getDiscountEnd
Use theendtime of a given discount. -
getDuration
Time span for the quote line starting from thestarts_atdate. -
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. -
getType
Required. Select a way to pass inends_at. -
equals
-
canEqual
-
hashCode
public int hashCode()
-