SDKPaymentsFlow

sealed class SDKPaymentsFlow

Defines the transaction flow to use when initializing the SDK.

Inheritors

Types

Link copied to clipboard
class V1(val mustConfirmOnline: Boolean = true) : SDKPaymentsFlow

SDK will use the V1 transaction flow.

Link copied to clipboard
class V2(val pendingPaymentIntents: SDKV2PendingPaymentIntents) : SDKPaymentsFlow

SDK will use the V2 transaction flow.