Class ReceivedCredit.StatusTransitions

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

public static class ReceivedCredit.StatusTransitions extends StripeObject
The type of the source flow that originated the ReceivedCredit.

One of credit_reversal, other, outbound_payment, or payout.

  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getPostedAt

      public Long getPostedAt()
    • setPostedAt

      public void setPostedAt(Long postedAt)
    • 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