Commands

sealed class Commands : CommandData

Types

Link copied to clipboard
class Create(val uniquePaymentId: UUID) : PaymentContract.Commands
Link copied to clipboard
class SendToGateway(val uniquePaymentId: UUID) : PaymentContract.Commands
Link copied to clipboard
class UpdateStatus(val uniquePaymentId: UUID) : PaymentContract.Commands

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard