namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the Delivery On Invoice Acceptance detail. Recipient is required for Delivery On Invoice Special service. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class DeliveryOnInvoiceAcceptanceDetail { /// /// The descriptive data for the recipient of the shipment and the physical location for the shipment destination. /// [Newtonsoft.Json.JsonProperty("recipient", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public Recipient Recipient { get; set; } } }