MerchantSchemaSummary

public protocol MerchantSchemaSummary

Summary information about a MerchantSchema

  • The unique ID assigned to the schema

    Declaration

    Swift

    var schemaId: String { get }
  • The type of the schema e.g. pos, merchant

    Declaration

    Swift

    var type: String { get }
  • A description for the schema.

    Declaration

    Swift

    var description: String? { get }