WalletCheckoutPaymentCreate

data class WalletCheckoutPaymentCreate(val id: String, val secureCode: String)

Data class representing the request to create a payment.

Constructors

Link copied to clipboard
constructor(id: String, secureCode: String)

Properties

Link copied to clipboard
val id: String

The unique identifier of the checkout session.

Link copied to clipboard

The secure code for the sessionId.