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
The amount on which tax is calculated, in cents (or local equivalent).
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The time that the invoice draft was finalized.The time that the invoice was marked uncollectible.The time that the invoice was paid.The time that the invoice was voided.int
hashCode()
void
setFinalizedAt
(Long finalizedAt) The time that the invoice draft was finalized.void
setMarkedUncollectibleAt
(Long markedUncollectibleAt) The time that the invoice was marked uncollectible.void
The time that the invoice was paid.void
setVoidedAt
(Long voidedAt) The time that the invoice was voided.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StatusTransitions
public StatusTransitions()
-
-
Method Details
-
getFinalizedAt
The time that the invoice draft was finalized. -
getMarkedUncollectibleAt
The time that the invoice was marked uncollectible. -
getPaidAt
The time that the invoice was paid. -
getVoidedAt
The time that the invoice was voided. -
setFinalizedAt
The time that the invoice draft was finalized. -
setMarkedUncollectibleAt
The time that the invoice was marked uncollectible. -
setPaidAt
The time that the invoice was paid. -
setVoidedAt
The time that the invoice was voided. -
equals
-
canEqual
-
hashCode
public int hashCode()
-