namespace TradeManageNew.APIClients.FedexAPI.Models.Ship { /// /// Payor is mandatory when the paymentType is RECIPIENT, THIRD_PARTY or COLLECT. /// [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Payor { [Newtonsoft.Json.JsonProperty("responsibleParty", Required = Newtonsoft.Json.Required.Always)] [System.ComponentModel.DataAnnotations.Required] public ResponsiblePartyParty ResponsibleParty { get; set; } = new ResponsiblePartyParty(); } }