V2

class V2(val pendingPaymentIntents: SDKV2PendingPaymentIntents) : SDKPaymentsFlow

SDK will use the V2 transaction flow.

Parameters

pendingPaymentIntents

user implementation of SDKV2PendingPaymentIntents (token provider + discard listener).

Constructors

Link copied to clipboard
constructor(pendingPaymentIntents: SDKV2PendingPaymentIntents)