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

    Interface PaymentOptionDetails

    Payment option details and instrument types supported by the payment option.

    interface PaymentOptionDetails {
        instrumentTypes: InstrumentType[];
        paymentOption: PaymentOptionType;
        paymentOptionSettings?: PaymentOptionSettings;
    }
    Index

    Properties

    instrumentTypes: InstrumentType[]

    Supported instrument types.

    paymentOption: PaymentOptionType

    Payment option type.

    paymentOptionSettings?: PaymentOptionSettings

    Payment option settings.