PaymentProperty

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

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

Constructors

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

Properties

Link copied to clipboard

Property key.

Link copied to clipboard

Property value.