Completed

data class Completed(paymentMethod: IPaymentMethod) : Result

Represents a successful transaction

Parameters

paymentMethod

The resulting payment method

Constructors

Completed
Link copied to clipboard
fun Completed(paymentMethod: IPaymentMethod)

Properties

paymentMethod
Link copied to clipboard
val paymentMethod: IPaymentMethod

The resulting payment method