Class Account.OwnershipRefresh
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.OwnershipRefresh
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
-
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 ownership 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 ownership 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
-
OwnershipRefresh
public OwnershipRefresh()
-
-
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 ownership 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 ownership 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()
-