Payment

abstract class Payment<T>

Constructors

Link copied to clipboard
fun Payment()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun execute(longPollingConfig: LongPollingConfig? = null, onResult: (T) -> Unit)

Function responsible for creating transaction and starting long polling mechanism.

Inheritors

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