Represents the settings for a card payment option.

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

Hierarchy (view full)

Properties

cardSchemes: string[] | CardScheme[]

Card schemes.

For future compatibility, it's preferable to use CardScheme enum.

paymentOption: CARD

The card payment option type.