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
interface TransactionReversalRequest : Parcelable

Transaction reversal request.

Link copied to clipboard
interface TransactionStatusRequest : Parcelable

Represents a request to retrieve the status of a previously completed transaction.

Link copied to clipboard
interface TransactionStatusResult : Parcelable

The result of a com.adyen.ipp.api.InPersonPayments.getTransactionStatus call.