SDKV2PendingPaymentIntent

data class SDKV2PendingPaymentIntent(val intentId: String, val resolution: SDKV2PendingIntentResolution)

Represents a transaction intent whose final resolution is pending of being delivered to the backend.

Parameters

intentId

the id of the transaction intent

resolution

the resolution that the SDK is trying to deliver

Constructors

Link copied to clipboard
constructor(intentId: String, resolution: SDKV2PendingIntentResolution)

Properties

Link copied to clipboard
Link copied to clipboard