Class Transaction.StatusTransitions

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

public static class Transaction.StatusTransitions extends StripeObject
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getPostedAt

      public Long getPostedAt()
      Timestamp describing when the Transaction changed status to posted.
    • getVoidAt

      public Long getVoidAt()
      Timestamp describing when the Transaction changed status to void.
    • setPostedAt

      public void setPostedAt(Long postedAt)
      Timestamp describing when the Transaction changed status to posted.
    • setVoidAt

      public void setVoidAt(Long voidAt)
      Timestamp describing when the Transaction changed status to void.
    • 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