MerchantSchemaSummary

Summary information about a MerchantSchema

interface MerchantSchemaSummary

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

description
Link copied to clipboard

A description for the schema.

abstract val description: String?
schemaId
Link copied to clipboard

The unique ID assigned to the schema

abstract val schemaId: String
type
Link copied to clipboard

The type of the schema e.g. pos, merchant

abstract val type: String