namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the document generation detail information. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class DocumentGenerationDetail { /// /// Indicates the letterhead requirement type.<br>Example: OPTIONAL /// [Newtonsoft.Json.JsonProperty("letterhead", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string Letterhead { get; set; } /// /// Indicates electronic signature requirement type.<br>Example: OPTIONAL /// [Newtonsoft.Json.JsonProperty("electronicSignature", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string ElectronicSignature { get; set; } /// /// It is a non-Negative Integer.<br>Example: 3 /// [Newtonsoft.Json.JsonProperty("minimumCopiesRequired", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public int? MinimumCopiesRequired { get; set; } /// /// It is an Enterprise Document Type.<br>Example: COMMERCIAL_INVOICE /// [Newtonsoft.Json.JsonProperty("type", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string Type { 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; } } } }