Class SubscriptionSchedule.LastPriceMigrationError

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.LastPriceMigrationError
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SubscriptionSchedule

public static class SubscriptionSchedule.LastPriceMigrationError extends StripeObject
Get expanded destination.
  • Constructor Details

    • LastPriceMigrationError

      public LastPriceMigrationError()
  • Method Details

    • getErroredAt

      public Long getErroredAt()
      The time at which the price migration encountered an error.
    • getFailedTransitions

      The involved price pairs in each failed transition.
    • getType

      public String getType()
      The type of error encountered by the price migration.

      Equal to price_uniqueness_violation.

    • setErroredAt

      public void setErroredAt(Long erroredAt)
      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

      public void setType(String type)
      The type of error encountered by the price migration.

      Equal to price_uniqueness_violation.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object