GoogleWalletStatusInfo

data class GoogleWalletStatusInfo(val status: GoogleWalletStatus, val walletId: String? = null, val hardwareId: String? = null)

Google Wallet Status Info.

Constructors

Link copied to clipboard
constructor(status: GoogleWalletStatus, walletId: String? = null, hardwareId: String? = null)

Properties

Link copied to clipboard
val hardwareId: String? = null

hardware Id used for Provisioning Request.

Link copied to clipboard

status of the Google Wallet.

Link copied to clipboard
val walletId: String? = null

wallet Id used for Provisioning Request.