ProvisioningRequest

data class ProvisioningRequest(val customerId: String, val virtualCardId: String, val walletProvider: WalletProvider)

Request to provision a virtual card with a device wallet

Parameters

customerId

Unique identifier for the customer.

virtualCardId

Unique identifier for the card. This is returned from CustomerRepository#createVirtualCard

walletProvider

Required information for the targeted device wallet.

Constructors

Link copied to clipboard
constructor(customerId: String, virtualCardId: String, walletProvider: WalletProvider)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard