Base User Interaction Data
data class BaseUserInteractionData(val provider: String = ProviderDefaults.checkoutProvider, val version: Int, val type: FundingSourceType) : ProviderUserInteractionData
Representation of a based user interaction data type used to provision a checkout funding source. The client must be robust to receiving a UserInteractionData it does not expect.
Constructors
Link copied to clipboard
constructor(provider: String = ProviderDefaults.checkoutProvider, version: Int, type: FundingSourceType)