{
  "description": "DTO (Data Transfer Object) for Helper class ActivityFaxData representing the 'Activity Fax Data' entity",
  "friendlyName": "ActivityFaxData",
  "kind": "SchemaRootObject",
  "name": "ActivityFaxDataDTO",
  "properties": [
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Approved",
      "friendlyName": "Approved",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "approved",
      "polymorphicStyleParameterName": "ApprovedStatusEnumStyle",
      "polymorphicStyles": {
        "LegacyV9;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveString": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        }
      },
      "underlyingName": "Approved",
      "underlyingType": "ApprovedStatus",
      "underlyingTypeRef": "ApprovedStatus"
    },
    {
      "description": "Approved By",
      "friendlyName": "Approved By",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "approvedBy",
      "underlyingName": "ApprovedBy",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Approved Date",
      "friendlyName": "Approved Date",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "approvedDate",
      "underlyingName": "ApprovedDate",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "Date",
      "friendlyName": "Date",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "date",
      "underlyingName": "Date",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "Log Id",
      "friendlyName": "Log Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "logId",
      "underlyingName": "LogId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Number",
      "friendlyName": "Number",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "number",
      "underlyingName": "Number",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Pending Approval",
      "friendlyName": "Pending Approval",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "pendingApproval",
      "underlyingName": "PendingApproval",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Send Cover",
      "friendlyName": "Send Cover",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "sendCover",
      "underlyingName": "SendCover",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Sender",
      "friendlyName": "Sender",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "sender",
      "underlyingName": "Sender",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Sender Name",
      "friendlyName": "Sender Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "senderName",
      "underlyingName": "SenderName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Sent",
      "friendlyName": "Sent",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "sent",
      "underlyingName": "Sent",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "ActivityFaxDataDTO",
  "underlyingTypeRef": "ActivityFaxDataDTO"
}