Package com.stripe.model
Class Quote.StatusDetails.Stale.LastReason
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.StatusDetails.Stale.LastReason
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.StatusDetails.Stale
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setLineInvalid
(String lineInvalid) void
setMarkedStale
(String markedStale) void
setSubscriptionCanceled
(String subscriptionCanceled) void
setSubscriptionChanged
(Quote.StatusDetails.Stale.LastReason.SubscriptionChanged subscriptionChanged) void
setSubscriptionExpired
(String subscriptionExpired) void
setSubscriptionScheduleCanceled
(String subscriptionScheduleCanceled) void
setSubscriptionScheduleChanged
(Quote.StatusDetails.Stale.LastReason.SubscriptionScheduleChanged subscriptionScheduleChanged) void
setSubscriptionScheduleReleased
(String subscriptionScheduleReleased) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LastReason
public LastReason()
-
-
Method Details
-
getLineInvalid
-
getMarkedStale
-
getSubscriptionCanceled
-
getSubscriptionChanged
-
getSubscriptionExpired
-
getSubscriptionScheduleCanceled
-
getSubscriptionScheduleChanged
public Quote.StatusDetails.Stale.LastReason.SubscriptionScheduleChanged getSubscriptionScheduleChanged() -
getSubscriptionScheduleReleased
-
getType
-
setLineInvalid
-
setMarkedStale
-
setSubscriptionCanceled
-
setSubscriptionChanged
public void setSubscriptionChanged(Quote.StatusDetails.Stale.LastReason.SubscriptionChanged subscriptionChanged) -
setSubscriptionExpired
-
setSubscriptionScheduleCanceled
-
setSubscriptionScheduleChanged
public void setSubscriptionScheduleChanged(Quote.StatusDetails.Stale.LastReason.SubscriptionScheduleChanged subscriptionScheduleChanged) -
setSubscriptionScheduleReleased
-
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-