Package com.stripe.param
Class InvoiceCreatePreviewParams.ScheduleDetails.Phase.AddInvoiceItem.Period.End
java.lang.Object
com.stripe.param.InvoiceCreatePreviewParams.ScheduleDetails.Phase.AddInvoiceItem.Period.End
public static class InvoiceCreatePreviewParams.ScheduleDetails.Phase.AddInvoiceItem.Period.End
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.A precise Unix timestamp for the end of the invoice item period.getType()Required. Select how to calculate the end of the invoice item period.inthashCode()
-
Method Details
-
builder
public static InvoiceCreatePreviewParams.ScheduleDetails.Phase.AddInvoiceItem.Period.End.Builder builder() -
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 end of the invoice item period. Must be greater than or equal toperiod.start. -
getType
Required. Select how to calculate the end of the invoice item period. -
equals
-
canEqual
-
hashCode
public int hashCode()
-