DigitalPayExtendedTransactionData

interface DigitalPayExtendedTransactionData : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

field
Link copied to clipboard

The name of the extended transaction data field.

The 'token' field is only included in the response if it is enabled in the consumers API configuration.

abstract val field: DigitalPayExtendedTransactionDataFieldName
value
Link copied to clipboard

The value of the extended transaction data field.

abstract val value: String