namespace TradeManageNew.APIClients.FedexAPI.Models.Ship { /// /// This is FedEx Account number details. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class PartyAccountNumber { /// /// Conditional.<br> The account number value.<br> Max Length is 9.<br>Example: 12XXXXX89 /// [Newtonsoft.Json.JsonProperty("value", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string Value { get; set; } } }