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

    Interface PaymentDetail

    Represents a payment detail that contains payment-specific parameters that are passed during payment.

    interface PaymentDetail {
        key: PAYMENT_RAIL;
        value: string;
    }
    Index

    Properties

    Properties

    The key of the payment detail.

    value: string

    The value of the payment detail.