MerchantSchema

Details about a particular schema

interface MerchantSchema

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

created
Link copied to clipboard

The timestamp when the schema was created

abstract val created: OffsetDateTime?
description
Link copied to clipboard

A description for the schema

abstract val description: String?
schema
Link copied to clipboard

The schema content formatted according to JSON Schema standards

abstract val schema: Map<String, Any>
type
Link copied to clipboard

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

abstract val type: String?