Package com.stripe.param
Class InvoiceUpcomingParams.ScheduleDetails.Amendment.AmendmentStart
java.lang.Object
com.stripe.param.InvoiceUpcomingParams.ScheduleDetails.Amendment.AmendmentStart
- Enclosing class:
- InvoiceUpcomingParams.ScheduleDetails.Amendment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Required. The position of the previous amendment in theamendments
array after which this amendment should begin.static enum
Add all map key/value pairs to `extraParams` map. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Details of another amendment in the same array, immediately after which this amendment should begin.Use theend
time of a given discount.Map of extra parameters for custom features not available in this client library.A precise Unix timestamp for the amendment to start.getType()
Required. Select one of three ways to pass theamendment_start
.
-
Method Details
-
builder
-
getAmendmentEnd
public InvoiceUpcomingParams.ScheduleDetails.Amendment.AmendmentStart.AmendmentEnd getAmendmentEnd()Details of another amendment in the same array, immediately after which this amendment should begin. -
getDiscountEnd
Use theend
time 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@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 for the amendment to start. -
getType
Required. Select one of three ways to pass theamendment_start
.
-