Package com.stripe.model
Class Quote.StatusDetails.Canceled
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.StatusDetails.Canceled
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.StatusDetails
For more details about Canceled, 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 booleanbooleanThe reason this quote was marked as canceled.Time at which the quote was marked as canceled.inthashCode()voidThe reason this quote was marked as canceled.voidsetTransitionedAt(Long transitionedAt) Time at which the quote was marked as canceled.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Canceled
public Canceled()
-
-
Method Details
-
getReason
The reason this quote was marked as canceled.One of
canceled,quote_accepted,quote_expired,quote_superseded, orsubscription_canceled. -
getTransitionedAt
Time at which the quote was marked as canceled. Measured in seconds since the Unix epoch. -
setReason
The reason this quote was marked as canceled.One of
canceled,quote_accepted,quote_expired,quote_superseded, orsubscription_canceled. -
setTransitionedAt
Time at which the quote was marked as canceled. Measured in seconds since the Unix epoch. -
equals
-
canEqual
-
hashCode
public int hashCode()
-