CheckoutSession
data class CheckoutSession(val sessionSetupResponse: SessionSetupResponse, val order: Order?, val environment: Environment, val clientKey: String)
A class holding the data required to launch Drop-in or a component with the sessions flow. Use CheckoutSessionProvider.createSession to create this class.
Constructors
Link copied to clipboard
constructor(sessionSetupResponse: SessionSetupResponse, order: Order?, environment: Environment, clientKey: String)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard