Package-level declarations

Types

Link copied to clipboard
interface PaymentInterface<TypeT : PaymentInterfaceType> : Parcelable

Identifies where a payment will happen.

Link copied to clipboard
sealed interface PaymentInterfaceType : Parcelable

Defines a type of PaymentInterface.

Link copied to clipboard
interface PaymentResult : Parcelable

Payment result.

Link copied to clipboard
@Serializable
enum PaymentType : Enum<PaymentType>

Payment type.

Link copied to clipboard
interface TransactionRequest : Parcelable

Transaction request.

Link copied to clipboard

Transaction reversal request.