SDKV2TransactionData

data class SDKV2TransactionData(val paymentIntentId: String)

Data required to start a transaction in the V2 flow.

Parameters

paymentIntentId

the payment intent identifier to associate with the transaction

Constructors

Link copied to clipboard
constructor(paymentIntentId: String)

Properties

Link copied to clipboard