namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes { /// /// The variable handling charge amount calculated based on the requested variable handling charge detail. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class VariableHandlingCharges { /// /// Specifies the total customer assessed handling charges.<br> Example: 445.54 /// [Newtonsoft.Json.JsonProperty("totalCustomerCharge", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public double? TotalCustomerCharge { get; set; } /// /// The variable handling charge amount calculated based on the requested variable handling charge detail. <br> Example: 403.2 /// [Newtonsoft.Json.JsonProperty("variableHandlingCharge", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public double? VariableHandlingCharge { 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; } } } }