public class InvoiceLineItemPeriod extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItemPeriod() |
| Modifier and Type | Method and 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.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Long getEnd()
public java.lang.Long getStart()
public void setEnd(java.lang.Long end)
public void setStart(java.lang.Long start)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object