Class Transaction.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Transaction.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time at which this transaction posted.Time at which this transaction was voided.int
hashCode()
void
setPostedAt
(Long postedAt) Time at which this transaction posted.void
Time at which this transaction 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
-
getPostedAt
Time at which this transaction posted. Measured in seconds since the Unix epoch. -
getVoidAt
Time at which this transaction was voided. Measured in seconds since the Unix epoch. -
setPostedAt
Time at which this transaction posted. Measured in seconds since the Unix epoch. -
setVoidAt
Time at which this transaction was voided. Measured in seconds since the Unix epoch. -
equals
-
canEqual
-
hashCode
public int hashCode()
-