Package com.stripe.model
Class SubscriptionSchedule.LastPriceMigrationError
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.LastPriceMigrationError
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule
Get expanded
destination
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
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<SubscriptionSchedule.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, 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
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<SubscriptionSchedule.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()
-