Class ReceivedCredit.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
Hash containing timestamps of when the object transitioned to a particular status.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTimestamp describing when the ReceivedCredit was marked asfailed.Timestamp describing when the ReceivedCredit changed status toreturned.Timestamp describing when the ReceivedCredit was marked assucceeded.inthashCode()voidsetFailedAt(Instant failedAt) Timestamp describing when the ReceivedCredit was marked asfailed.voidsetReturnedAt(Instant returnedAt) Timestamp describing when the ReceivedCredit changed status toreturned.voidsetSucceededAt(Instant succeededAt) Timestamp describing when the ReceivedCredit was marked assucceeded.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
-
getFailedAt
Timestamp describing when the ReceivedCredit was marked asfailed. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
getReturnedAt
Timestamp describing when the ReceivedCredit changed status toreturned. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
getSucceededAt
Timestamp describing when the ReceivedCredit was marked assucceeded. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
setFailedAt
Timestamp describing when the ReceivedCredit was marked asfailed. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
setReturnedAt
Timestamp describing when the ReceivedCredit changed status toreturned. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
setSucceededAt
Timestamp describing when the ReceivedCredit was marked assucceeded. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
equals
-
canEqual
-
hashCode
public int hashCode()
-