Package com.stripe.model
Class Invoice.StatusTransitions
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Invoice.StatusTransitions
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
public static class Invoice.StatusTransitions extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description StatusTransitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetFinalizedAt()The time that the invoice draft was finalized.java.lang.LonggetMarkedUncollectibleAt()The time that the invoice was marked uncollectible.java.lang.LonggetPaidAt()The time that the invoice was paid.java.lang.LonggetVoidedAt()The time that the invoice was voided.inthashCode()voidsetFinalizedAt(java.lang.Long finalizedAt)The time that the invoice draft was finalized.voidsetMarkedUncollectibleAt(java.lang.Long markedUncollectibleAt)The time that the invoice was marked uncollectible.voidsetPaidAt(java.lang.Long paidAt)The time that the invoice was paid.voidsetVoidedAt(java.lang.Long voidedAt)The time that the invoice was voided.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getFinalizedAt
public java.lang.Long getFinalizedAt()
The time that the invoice draft was finalized.
-
getMarkedUncollectibleAt
public java.lang.Long getMarkedUncollectibleAt()
The time that the invoice was marked uncollectible.
-
getPaidAt
public java.lang.Long getPaidAt()
The time that the invoice was paid.
-
getVoidedAt
public java.lang.Long getVoidedAt()
The time that the invoice was voided.
-
setFinalizedAt
public void setFinalizedAt(java.lang.Long finalizedAt)
The time that the invoice draft was finalized.
-
setMarkedUncollectibleAt
public void setMarkedUncollectibleAt(java.lang.Long markedUncollectibleAt)
The time that the invoice was marked uncollectible.
-
setPaidAt
public void setPaidAt(java.lang.Long paidAt)
The time that the invoice was paid.
-
setVoidedAt
public void setVoidedAt(java.lang.Long voidedAt)
The time that the invoice was voided.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-