Types

Link copied to clipboard
data class AmexExpressCheckoutWallet @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val dynamicLast4: String?) : Wallet
Link copied to clipboard
data class ApplePayWallet @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val dynamicLast4: String?) : Wallet
Link copied to clipboard
data class GooglePayWallet @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val dynamicLast4: String?) : Wallet, Parcelable
Link copied to clipboard
data class LinkWallet @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val dynamicLast4: String?) : Wallet
Link copied to clipboard
Link copied to clipboard
data class SamsungPayWallet @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val dynamicLast4: String?) : Wallet
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)