WalletCheckoutGetSessionParameters

data class WalletCheckoutGetSessionParameters(val secureCode: String)

Data class representing the parameters required to get a checkout session.

Parameters

secureCode

The secure code associated with the checkout session.

Constructors

Link copied to clipboard
constructor(secureCode: String)

Properties

Link copied to clipboard