CancellationResultInfo

data class CancellationResultInfo(val result: PaymentStateSubscription.CancellationResult, val debugErrorMessage: String?)

Represents the result of a payment cancellation attempt.

Constructors

Link copied to clipboard
constructor(result: PaymentStateSubscription.CancellationResult, debugErrorMessage: String?)

Properties

Link copied to clipboard

An optional debug message that can provide additional context or details about the cancellation attempt. This message is typically used for logging or debugging purposes.

Link copied to clipboard

The result of the cancellation attempt, represented by the CancellationResult enum.