Package com.stripe.param
Class InvoiceItemCreateParams.Period.Builder
- java.lang.Object
-
- com.stripe.param.InvoiceItemCreateParams.Period.Builder
-
- Enclosing class:
- InvoiceItemCreateParams.Period
public static class InvoiceItemCreateParams.Period.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceItemCreateParams.Period
build()
Finalize and obtain parameter instance from this builder.InvoiceItemCreateParams.Period.Builder
setEnd(java.lang.Long end)
The end of the period, which must be greater than or equal to the start.InvoiceItemCreateParams.Period.Builder
setStart(java.lang.Long start)
The start of the period.
-
-
-
Method Detail
-
build
public InvoiceItemCreateParams.Period build()
Finalize and obtain parameter instance from this builder.
-
setEnd
public InvoiceItemCreateParams.Period.Builder setEnd(java.lang.Long end)
The end of the period, which must be greater than or equal to the start.
-
setStart
public InvoiceItemCreateParams.Period.Builder setStart(java.lang.Long start)
The start of the period.
-
-