Package com.stripe.model
Class InvoiceLineItemPeriod
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItemPeriod
- All Implemented Interfaces:
StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getEnd()
The end of the period, which must be greater than or equal to the start.getStart()
The start of the period.int
hashCode()
void
The end of the period, which must be greater than or equal to the start.void
The start of the period.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceLineItemPeriod
public InvoiceLineItemPeriod()
-
-
Method Details
-
getEnd
The end of the period, which must be greater than or equal to the start. -
getStart
The start of the period. -
setEnd
The end of the period, which must be greater than or equal to the start. -
setStart
The start of the period. -
equals
-
canEqual
-
hashCode
public int hashCode()
-