MerchantSchema

public protocol MerchantSchema

Details about a particular schema

  • The schema content formatted according to JSON Schema standards

    Declaration

    Swift

    var schema: [String : AnyObject] { 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 }
  • The timestamp when the schema was created

    Declaration

    Swift

    var created: Date? { get }