Class CreditReversal.StatusTransitions

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

public static class CreditReversal.StatusTransitions extends StripeObject
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getPostedAt

      public Long getPostedAt()
      Timestamp describing when the CreditReversal changed status to posted.
    • setPostedAt

      public void setPostedAt(Long postedAt)
      Timestamp describing when the CreditReversal changed status to posted.
    • 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