PosPayload

Payload describing the specific POS system.

interface PosPayload : 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

payload
Link copied to clipboard

The contents of the message

abstract val payload: Map<String, Any>
schemaId
Link copied to clipboard

The ID of the previously configured schema that will be used to validate the contents of the payload

abstract val schemaId: String?