public static class Invoice.StatusTransitions extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
StatusTransitions() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getFinalizedAt()
The time that the invoice draft was finalized.
|
java.lang.Long |
getMarkedUncollectibleAt()
The time that the invoice was marked uncollectible.
|
java.lang.Long |
getPaidAt()
The time that the invoice was paid.
|
java.lang.Long |
getVoidedAt()
The time that the invoice was voided.
|
int |
hashCode() |
void |
setFinalizedAt(java.lang.Long finalizedAt)
The time that the invoice draft was finalized.
|
void |
setMarkedUncollectibleAt(java.lang.Long markedUncollectibleAt)
The time that the invoice was marked uncollectible.
|
void |
setPaidAt(java.lang.Long paidAt)
The time that the invoice was paid.
|
void |
setVoidedAt(java.lang.Long voidedAt)
The time that the invoice was voided.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Long getFinalizedAt()
public java.lang.Long getMarkedUncollectibleAt()
public java.lang.Long getPaidAt()
public java.lang.Long getVoidedAt()
public void setFinalizedAt(java.lang.Long finalizedAt)
public void setMarkedUncollectibleAt(java.lang.Long markedUncollectibleAt)
public void setPaidAt(java.lang.Long paidAt)
public void setVoidedAt(java.lang.Long voidedAt)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object