Class DebitReversal.StatusTransitions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.DebitReversal.StatusTransitions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
DebitReversal

public static class DebitReversal.StatusTransitions extends StripeObject
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getCompletedAt

      public Long getCompletedAt()
      Timestamp describing when the DebitReversal changed status to completed.
    • setCompletedAt

      public void setCompletedAt(Long completedAt)
      Timestamp describing when the DebitReversal changed status to completed.
    • 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