Package com.stripe.model
Class InvoicePayment.StatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoicePayment.StatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoicePayment
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 boolean
boolean
The time that the payment was canceled.The time that the payment succeeded.int
hashCode()
void
setCanceledAt
(Long canceledAt) The time that the payment was canceled.void
The time that the payment succeeded.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 that the payment was canceled. -
getPaidAt
The time that the payment succeeded. -
setCanceledAt
The time that the payment was canceled. -
setPaidAt
The time that the payment succeeded. -
equals
-
canEqual
-
hashCode
public int hashCode()
-