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

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

Properties

Properties

key: string

The key of the payment property.

For future compatibility, it's preferable to use PaymentPropertyKey enum.

value: string

The value of the payment property.