namespace TradeManageNew.APIClients.FedexAPI.Models.Ship { /// /// Specifies details of doc tab content.It is only applicable only with imageType as ZPLII. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class DocTabContent { /// /// Indicates the content type of the doc tab. /// [Newtonsoft.Json.JsonProperty("docTabContentType", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] public DocTabContentType? DocTabContentType { get; set; } [Newtonsoft.Json.JsonProperty("zone001", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public DocTabContentZone001 Zone001 { get; set; } [Newtonsoft.Json.JsonProperty("barcoded", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public DocTabContentBarcoded Barcoded { get; set; } private System.Collections.Generic.IDictionary _additionalProperties; [Newtonsoft.Json.JsonExtensionData] public System.Collections.Generic.IDictionary AdditionalProperties { get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } set { _additionalProperties = value; } } } }