public static class InvoiceItemCreateParams.Period.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public InvoiceItemCreateParams.Period build()
public InvoiceItemCreateParams.Period.Builder setEnd(java.lang.Long end)
public InvoiceItemCreateParams.Period.Builder setStart(java.lang.Long start)