Package com.stripe.param
Class SubscriptionScheduleAmendParams.Amendment.AmendmentStart
java.lang.Object
com.stripe.param.SubscriptionScheduleAmendParams.Amendment.AmendmentStart
- Enclosing class:
- SubscriptionScheduleAmendParams.Amendment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The position of the previous amendment in theamendmentsarray after which this amendment should begin.static enumAdd all map key/value pairs to `extraParams` map. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDetails of another amendment in the same array, immediately after which this amendment should begin.Use theendtime 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.inthashCode()
-
Method Details
-
builder
-
getAmendmentEnd
Details of another amendment in the same array, immediately after which this amendment should begin. -
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. -
getTimestamp
A precise Unix timestamp for the amendment to start. -
getType
Required. Select one of three ways to pass theamendment_start. -
equals
-
canEqual
-
hashCode
public int hashCode()
-