Package com.stripe.model
Class InvoiceItem.Period
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Period
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceItem
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Period
public Period()
-
-
Method Details
-
getEnd
The end of the period, which must be greater than or equal to the start. This value is inclusive. -
getStart
The start of the period. This value is inclusive. -
setEnd
The end of the period, which must be greater than or equal to the start. This value is inclusive. -
setStart
The start of the period. This value is inclusive. -
equals
-
canEqual
-
hashCode
public int hashCode()
-