Package com.stripe.model
Class QuotePreviewSubscriptionSchedule.LastPriceMigrationError
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewSubscriptionSchedule.LastPriceMigrationError
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewSubscriptionSchedule
For more details about LastPriceMigrationError, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about FailedTransition, 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 at which the price migration encountered an error.The involved price pairs in each failed transition.getType()
The type of error encountered by the price migration.int
hashCode()
void
setErroredAt
(Long erroredAt) The time at which the price migration encountered an error.void
setFailedTransitions
(List<QuotePreviewSubscriptionSchedule.LastPriceMigrationError.FailedTransition> failedTransitions) The involved price pairs in each failed transition.void
The type of error encountered by the price migration.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LastPriceMigrationError
public LastPriceMigrationError()
-
-
Method Details
-
getErroredAt
The time at which the price migration encountered an error. -
getFailedTransitions
public List<QuotePreviewSubscriptionSchedule.LastPriceMigrationError.FailedTransition> getFailedTransitions()The involved price pairs in each failed transition. -
getType
The type of error encountered by the price migration.Equal to
price_uniqueness_violation
. -
setErroredAt
The time at which the price migration encountered an error. -
setFailedTransitions
public void setFailedTransitions(List<QuotePreviewSubscriptionSchedule.LastPriceMigrationError.FailedTransition> failedTransitions) The involved price pairs in each failed transition. -
setType
The type of error encountered by the price migration.Equal to
price_uniqueness_violation
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-