Represents the settings for a card payment option.

interface CardPaymentOptionSettings {
    cardSchemes: string[] | CardScheme[];
    paymentOption: CARD;
}

Hierarchy (view full)

Properties

cardSchemes: string[] | CardScheme[]

Card schemes.

The usage of string is deprecated for this property. Use CardScheme instead.

paymentOption: CARD

The card payment option type.