Completed

data class Completed(val paymentMethod: IPaymentMethod) : Result

Represents a successful transaction

Parameters

paymentMethod

The resulting payment method

Constructors

Link copied to clipboard
constructor(paymentMethod: IPaymentMethod)

Properties

Link copied to clipboard

The resulting payment method