OwnershipRefresh
data class OwnershipRefresh(val lastAttemptedAt: Int, val status: OwnershipRefresh.Status = Status.UNKNOWN) : Parcelable, StripeModel
Parameters
lastAttemptedAt
The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
status