Package-level declarations

Types

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

Identifies where a payment will happen. When starting a payment it is used to direct the SDK to use a certain hardware or device to handle the payment.

Link copied to clipboard
Link copied to clipboard
sealed interface PaymentInterfaceType : Parcelable

Defines a type of a PaymentInterface. Used to get a specific instance of that type.

Link copied to clipboard
class TransactionRequest : Parcelable
Link copied to clipboard
data class TransactionRequestReversal : Parcelable