CardPaymentOptionSettings

data class CardPaymentOptionSettings(val paymentOption: PaymentOptionType, val cardSchemes: List<CardScheme>) : PaymentOptionSettings

Data class representing the card payment option settings.

Constructors

Link copied to clipboard
constructor(paymentOption: PaymentOptionType, cardSchemes: List<CardScheme>)

Properties

Link copied to clipboard

List of supported card schemas.

Link copied to clipboard
open override val paymentOption: PaymentOptionType

Enumeration of supported Payment Option Types.