Package com.stripe.param
Class InvoiceCreatePreviewParams.ScheduleDetails.Amendment.AmendmentStart
java.lang.Object
com.stripe.param.InvoiceCreatePreviewParams.ScheduleDetails.Amendment.AmendmentStart
- Enclosing class:
- InvoiceCreatePreviewParams.ScheduleDetails.Amendment
public static class InvoiceCreatePreviewParams.ScheduleDetails.Amendment.AmendmentStart
extends Object
-
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
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.AmendmentStart.AmendmentEnd getAmendmentEnd()Details of another amendment in the same array, immediately after which this amendment should begin. -
getDiscountEnd
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.AmendmentStart.DiscountEnd 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()
-