PaymentProperty

data class PaymentProperty(val key: PaymentPropertyKey? = null, val value: String? = null)

Data class representing a payment property that contains payment-specific parameters that are passed during payment.

Constructors

Link copied to clipboard
constructor(key: PaymentPropertyKey? = null, value: String? = null)

Properties

Link copied to clipboard
val key: PaymentPropertyKey? = null

Property key.

Link copied to clipboard
val value: String? = null

Property value.