Class ReceivedDebit.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
The time at which the ReceivedDebit 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 booleanbooleanThe time when the ReceivedDebit was marked ascanceled.The time when the ReceivedDebit was marked asfailed.The time when the ReceivedDebit was marked assucceeded.inthashCode()voidsetCanceledAt(Instant canceledAt) The time when the ReceivedDebit was marked ascanceled.voidsetFailedAt(Instant failedAt) The time when the ReceivedDebit was marked asfailed.voidsetSucceededAt(Instant succeededAt) The time when the ReceivedDebit 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
-
getCanceledAt
The time when the ReceivedDebit was marked ascanceled. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z. -
getFailedAt
The time when the ReceivedDebit was marked asfailed. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z. -
getSucceededAt
The time when the ReceivedDebit was marked assucceeded. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z. -
setCanceledAt
The time when the ReceivedDebit was marked ascanceled. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z. -
setFailedAt
The time when the ReceivedDebit was marked asfailed. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example:2022-09-18T13:22:18.123Z. -
setSucceededAt
The time when the ReceivedDebit 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()
-