namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_contact { /// /// This is a placeholder for company name. Maximum length is 35. /// [Newtonsoft.Json.JsonProperty("companyName", Required = Newtonsoft.Json.Required.Always)] [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] public string CompanyName { get; set; } /// /// This is a placeholder for Fax number. Maximum length is 15. /// [Newtonsoft.Json.JsonProperty("faxNumber", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string FaxNumber { get; set; } /// /// This is a placeholder for contact person's name. Maximum Length is 70. /// [Newtonsoft.Json.JsonProperty("personName", Required = Newtonsoft.Json.Required.Always)] [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] public string PersonName { get; set; } /// /// This is a placeholder for phone number associated with this contact. Maximum length is 15. /// [Newtonsoft.Json.JsonProperty("phoneNumber", Required = Newtonsoft.Json.Required.Always)] [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] public string PhoneNumber { 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; } } } }