Class Account.TransactionRefresh

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.TransactionRefresh
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
Account

public static class Account.TransactionRefresh extends StripeObject implements HasId
  • Constructor Details

    • TransactionRefresh

      public TransactionRefresh()
  • Method Details

    • getLastAttemptedAt

      public Long getLastAttemptedAt()
    • getStatus

      public String getStatus()
    • setId

      public void setId(String id)
    • setLastAttemptedAt

      public void setLastAttemptedAt(Long lastAttemptedAt)
    • setStatus

      public void setStatus(String status)
    • 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
    • getId

      public String getId()
      Specified by:
      getId in interface HasId