Represents the settings for a card payment option.

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

Hierarchy (view full)

Properties

cardSchemes: string[]

Card schemes.

paymentOption: CARD

The payment option type.