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