Package com.stripe.model
Class InvoiceLineItemPeriod
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.InvoiceLineItemPeriod
-
public class InvoiceLineItemPeriod extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description InvoiceLineItemPeriod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Long
getEnd()
End of the line item's billing period.java.lang.Long
getStart()
Start of the line item's billing period.int
hashCode()
void
setEnd(java.lang.Long end)
End of the line item's billing period.void
setStart(java.lang.Long start)
Start of the line item's billing period.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getEnd
public java.lang.Long getEnd()
End of the line item's billing period.
-
getStart
public java.lang.Long getStart()
Start of the line item's billing period.
-
setEnd
public void setEnd(java.lang.Long end)
End of the line item's billing period.
-
setStart
public void setStart(java.lang.Long start)
Start of the line item's billing period.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-