Package-level declarations

Types

Link copied to clipboard
interface AdyenLogger

Utility class to configure the Adyen logger.

Link copied to clipboard
Link copied to clipboard
data class CardBrand(val txVariant: String) : Parcelable

This class represents a card scheme. The constructor allows for creating a CardBrand with a scheme that is not in the predefined list of CardType. Can be used to configure the supported card schemes with CardConfiguration.Builder.setSupportedCardTypes.

Link copied to clipboard

Predefined list of card schemes. Can be used to configure the supported card schemes with CardConfiguration.Builder.setSupportedCardTypes.

Link copied to clipboard
data class Environment : Parcelable

Identifies which host URL to be used for internal network calls.

Link copied to clipboard