namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is the response received when a shipment is requested. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class BaseProcessOutputVO_ShipShipment { /// /// These are shipping transaction details, such as master tracking number, service type, and ship date and time. /// [Newtonsoft.Json.JsonProperty("transactionShipments", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public System.Collections.Generic.ICollection TransactionShipments { get; set; } /// /// The alerts received when processing a shipment request. /// [Newtonsoft.Json.JsonProperty("alerts", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public System.Collections.Generic.ICollection Alerts { get; set; } /// /// Unique identifier for a Job. Example: abc123456 /// [Newtonsoft.Json.JsonProperty("jobId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public string JobId { get; set; } } }