OwnershipRefresh

@Serializable
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

Constructors

Link copied to clipboard
constructor(lastAttemptedAt: Int, status: OwnershipRefresh.Status = Status.UNKNOWN)

Types

Link copied to clipboard
@Serializable
enum Status : Enum<OwnershipRefresh.Status>

Properties

Link copied to clipboard
@SerialName(value = "last_attempted_at")
val lastAttemptedAt: Int
Link copied to clipboard
@SerialName(value = "status")
val status: OwnershipRefresh.Status

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)