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.

The usage of string is deprecated for this property. Use PaymentPropertyKey instead.

value: string

The value of the payment property.