ExtendedMerchantData

interface ExtendedMerchantData : 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 merchant data field.

open val field: String
value
Link copied to clipboard

The value of the extended merchant data field.

abstract val value: String