@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CardPaymentOptionSettings

    Represents the settings for a card payment option.

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

    Hierarchy (View Summary)

    Index

    Properties

    cardSchemes: CardScheme[]

    Card schemes.

    paymentOption: CARD

    The card payment option type.