Class Account.BalanceRefresh
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.BalanceRefresh
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
The credit that has been used by the account holder.
Each key is a three-letter ISO currency code, in lowercase.
Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setLastAttemptedAt
(Long lastAttemptedAt) The time at which the last refresh attempt was initiated.void
setNextRefreshAvailableAt
(Long nextRefreshAvailableAt) Time at which the next balance refresh can be initiated.void
The status of the last refresh attempt.Methods inherited from class com.stripe.model.StripeObject
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 benull
whenstatus
ispending
. 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 benull
whenstatus
ispending
. 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()
-