OwnershipRefresh
data class OwnershipRefresh(lastAttemptedAt: Int, status: OwnershipRefresh.Status) : 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