Package com.stripe.model
Class Quote.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
Get expanded
account
.-
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 quote was accepted.The time that the quote was canceled.The time that the quote was finalized.int
hashCode()
void
setAcceptedAt
(Long acceptedAt) The time that the quote was accepted.void
setCanceledAt
(Long canceledAt) The time that the quote was canceled.void
setFinalizedAt
(Long finalizedAt) The time that the quote was finalized.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StatusTransitions
public StatusTransitions()
-
-
Method Details
-
getAcceptedAt
The time that the quote was accepted. Measured in seconds since Unix epoch. -
getCanceledAt
The time that the quote was canceled. Measured in seconds since Unix epoch. -
getFinalizedAt
The time that the quote was finalized. Measured in seconds since Unix epoch. -
setAcceptedAt
The time that the quote was accepted. Measured in seconds since Unix epoch. -
setCanceledAt
The time that the quote was canceled. Measured in seconds since Unix epoch. -
setFinalizedAt
The time that the quote was finalized. Measured in seconds since Unix epoch. -
equals
-
canEqual
-
hashCode
public int hashCode()
-