{
  "description": "DTO (Data Transfer Object) for Helper class AccountTierAccessPermit representing the 'Account Tier Access Permit' entity",
  "friendlyName": "AccountTierAccessPermit",
  "kind": "SchemaRootObject",
  "name": "AccountTierAccessPermitDTO",
  "properties": [
    {
      "description": "Active",
      "friendlyName": "Active",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "active",
      "underlyingName": "Active",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Customer Id",
      "friendlyName": "Customer Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "customerId",
      "underlyingName": "CustomerId",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Group Id",
      "friendlyName": "Group Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "groupId",
      "underlyingName": "GroupId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Insert Groups",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "Int64",
        "underlyingType": "long",
        "underlyingTypeRef": "Int64"
      },
      "friendlyName": "Insert Groups",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "insertGroups",
      "underlyingName": "InsertGroups",
      "underlyingType": "long[]",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Other Groups",
      "elementSchema": {},
      "friendlyName": "Other Groups",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "otherGroups",
      "underlyingName": "OtherGroups",
      "underlyingType": "long[]",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Preferential",
      "friendlyName": "Preferential",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "preferential",
      "underlyingName": "Preferential",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "AccountTierAccessPermitDTO",
  "underlyingTypeRef": "AccountTierAccessPermitDTO"
}