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

    Interface PaymentProperty

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

    interface PaymentProperty {
        key: PaymentPropertyKey;
        value: string;
    }
    Index

    Properties

    Properties

    The key of the payment property.

    Use PaymentPropertyKey instead.

    value: string

    The value of the payment property.