Owner

data class Owner(val id: String, val issuer: String) : Parcelable

This represents the relationship of a unique identifier id with the issuer to a VirtualCard.

Constructors

Link copied to clipboard
constructor(id: String, issuer: String)

Functions

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

Properties

Link copied to clipboard
val id: String

String Unique Identifier of the owner.

Link copied to clipboard

String Issuer of the owner identifier.