Class Account.InferredBalancesRefresh

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

public static class Account.InferredBalancesRefresh extends StripeObject
  • Constructor Details

    • InferredBalancesRefresh

      public InferredBalancesRefresh()
  • Method Details

    • getLastAttemptedAt

      public Long getLastAttemptedAt()
      The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
    • getStatus

      public String getStatus()
      The status of the last refresh attempt.

      One of failed, pending, or succeeded.

    • setLastAttemptedAt

      public void setLastAttemptedAt(Long lastAttemptedAt)
      The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
    • setStatus

      public void setStatus(String status)
      The status of the last refresh attempt.

      One of failed, pending, or succeeded.

    • 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