Package com.stripe.model
Class QuotePreviewInvoice.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice
For more details about StatusTransitions, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidsetFinalizedAt(Long finalizedAt) The time that the invoice draft was finalized.voidsetMarkedUncollectibleAt(Long markedUncollectibleAt) The time that the invoice was marked uncollectible.voidThe time that the invoice was paid.voidsetVoidedAt(Long voidedAt) The time that the invoice was voided.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-