Class Account.BalanceRefresh
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.BalanceRefresh
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
For more details about BalanceRefresh, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe time at which the last refresh attempt was initiated.Time at which the next balance refresh can be initiated.The status of the last refresh attempt.inthashCode()voidsetLastAttemptedAt(Long lastAttemptedAt) The time at which the last refresh attempt was initiated.voidsetNextRefreshAvailableAt(Long nextRefreshAvailableAt) Time at which the next balance refresh can be initiated.voidThe status of the last refresh attempt.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BalanceRefresh
public BalanceRefresh()
-
-
Method Details
-
getLastAttemptedAt
The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch. -
getNextRefreshAvailableAt
Time at which the next balance refresh can be initiated. This value will benullwhenstatusispending. Measured in seconds since the Unix epoch. -
getStatus
The status of the last refresh attempt.One of
failed,pending, orsucceeded. -
setLastAttemptedAt
The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch. -
setNextRefreshAvailableAt
Time at which the next balance refresh can be initiated. This value will benullwhenstatusispending. Measured in seconds since the Unix epoch. -
setStatus
The status of the last refresh attempt.One of
failed,pending, orsucceeded. -
equals
-
canEqual
-
hashCode
public int hashCode()
-