Package com.stripe.model.v2.billing
Class PricingPlanSubscription.CollectionStatusTransitions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.PricingPlanSubscription.CollectionStatusTransitions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PricingPlanSubscription
For more details about CollectionStatusTransitions, 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
When the collection status transitioned to awaiting customer action.When the collection status transitioned to current.When the collection status transitioned to past due.When the collection status transitioned to paused.When the collection status transitioned to unpaid.int
hashCode()
void
setAwaitingCustomerActionAt
(String awaitingCustomerActionAt) When the collection status transitioned to awaiting customer action.void
setCurrentAt
(String currentAt) When the collection status transitioned to current.void
setPastDueAt
(String pastDueAt) When the collection status transitioned to past due.void
setPausedAt
(String pausedAt) When the collection status transitioned to paused.void
setUnpaidAt
(String unpaidAt) When the collection status transitioned to unpaid.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CollectionStatusTransitions
public CollectionStatusTransitions()
-
-
Method Details
-
getAwaitingCustomerActionAt
When the collection status transitioned to awaiting customer action. -
getCurrentAt
When the collection status transitioned to current. -
getPastDueAt
When the collection status transitioned to past due. -
getPausedAt
When the collection status transitioned to paused. -
getUnpaidAt
When the collection status transitioned to unpaid. -
setAwaitingCustomerActionAt
When the collection status transitioned to awaiting customer action. -
setCurrentAt
When the collection status transitioned to current. -
setPastDueAt
When the collection status transitioned to past due. -
setPausedAt
When the collection status transitioned to paused. -
setUnpaidAt
When the collection status transitioned to unpaid. -
equals
-
canEqual
-
hashCode
public int hashCode()
-