chenwenkai 2 months ago
commit 4a8cec5259

@ -1,6 +1,5 @@
using System; using System;
using TradeManageNew.APIClients.FedexAPI; using TradeManageNew.APIClients.FedexApi.Services;
using TradeManageNew.APIClients.FedexAPI.Services;
namespace TradeManageNew.APIClients.FedexApi namespace TradeManageNew.APIClients.FedexApi
{ {

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI namespace TradeManageNew.APIClients.FedexApi
{ {
public static class FedexAPIClientMisc public static class FedexAPIClientMisc
{ {

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI namespace TradeManageNew.APIClients.FedexApi
{ {
public class FedexCredential public class FedexCredential
{ {

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models namespace TradeManageNew.APIClients.FedexApi.Models
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public class ErrorResponse public class ErrorResponse

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models namespace TradeManageNew.APIClients.FedexApi.Models
{ {
[System.CodeDom.Compiler.GeneratedCode("NSwag", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NSwag", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public class FedexAPIException : System.Exception public class FedexAPIException : System.Exception

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is the Account number details.&lt;br&gt;&lt;i&gt;Note:&lt;ul&gt;&lt;li&gt;If the paymentType is Sender, then the account number is optional in shippingChargesPayment.&lt;/li&gt;&lt;li&gt;In case if this is shipping account number, do use the account number used for creating Auth Token.&lt;/li&gt;&lt;/ul&gt; /// This is the Account number details.&lt;br&gt;&lt;i&gt;Note:&lt;ul&gt;&lt;li&gt;If the paymentType is Sender, then the account number is optional in shippingChargesPayment.&lt;/li&gt;&lt;li&gt;In case if this is shipping account number, do use the account number used for creating Auth Token.&lt;/li&gt;&lt;/ul&gt;

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the U.S.). /// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the U.S.).

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the US). Country code is required. Postal code is required for postal aware countries. State or province code is mandatory for Puerto Rico. /// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the US). Country code is required. Postal code is required for postal aware countries. State or province code is mandatory for Puerto Rico.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the U.S.). /// This is detailed information on physical location. May be used as an actual physical address (place to which one could go), or as a container of address parts which should be handled as a unit (such as a city-state-ZIP combination within the U.S.).

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicate the alcohol shipment details. This object is mandatory if alcohol special service is selected. /// Indicate the alcohol shipment details. This object is mandatory if alcohol special service is selected.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum AlcoholDetailAlcoholRecipientType public enum AlcoholDetailAlcoholRecipientType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies the alerts. /// Specifies the alerts.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum AlertType public enum AlertType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Alternate_Currency_Rate_Quote public partial class Alternate_Currency_Rate_Quote

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class AncillaryFeesAndTaxes public partial class AncillaryFeesAndTaxes

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Anonymous public partial class Anonymous

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is the response object for a rate quote request. /// This is the response object for a rate quote request.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Describe the attributes of a battery or cell that are used for classification purposes. Typically this structure would be used to allow customers to declare batteries or cells for which full dangerous goods documentation and procedures are not required. /// Describe the attributes of a battery or cell that are used for classification purposes. Typically this structure would be used to allow customers to declare batteries or cells for which full dangerous goods documentation and procedures are not required.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum BatteryClassificationDetailMaterial public enum BatteryClassificationDetailMaterial

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum BatteryClassificationDetailPacking public enum BatteryClassificationDetailPacking

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum BatteryClassificationDetailRegulatorySubType public enum BatteryClassificationDetailRegulatorySubType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class BillingWeight : Weight public partial class BillingWeight : Weight

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// These are Broker Detail for the rate quote. /// These are Broker Detail for the rate quote.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class BrokerDetailBroker : Party public partial class BrokerDetailBroker : Party

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class BrokerDetailBroker_RateReply : Party public partial class BrokerDetailBroker_RateReply : Party

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum BrokerDetailType public enum BrokerDetailType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// These are Broker Detail for the rate quote. /// These are Broker Detail for the rate quote.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum BrokerDetail_RateReplyType public enum BrokerDetail_RateReplyType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This is the broker address used for this shipment. /// This is the broker address used for this shipment.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// These are COD Transportation Charges Detail. /// These are COD Transportation Charges Detail.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CODTransportationChargesDetailChargeLevelType public enum CODTransportationChargesDetailChargeLevelType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CODTransportationChargesDetailChargeType public enum CODTransportationChargesDetailChargeType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CODTransportationChargesDetailRateLevelType public enum CODTransportationChargesDetailRateLevelType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CODTransportationChargesDetailRateType public enum CODTransportationChargesDetailRateType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class CXSError public partial class CXSError

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// The Commercial Invoice element is required for electronic upload of CI data. It will serve to create/transmit an electronic Commercial Invoice through the FedEx system.&lt;br&gt;Customers are responsible for printing their own Commercial Invoice.&lt;br&gt;If you would like FedEx to generate a Commercial Invoice and transmit it to Customs for clearance purposes, you need to specify that in the 'ETDDetail/RequesteDocumentCopies' element.&lt;br&gt; Support consists of a Maximum of 99 commodity line items. /// The Commercial Invoice element is required for electronic upload of CI data. It will serve to create/transmit an electronic Commercial Invoice through the FedEx system.&lt;br&gt;Customers are responsible for printing their own Commercial Invoice.&lt;br&gt;If you would like FedEx to generate a Commercial Invoice and transmit it to Customs for clearance purposes, you need to specify that in the 'ETDDetail/RequesteDocumentCopies' element.&lt;br&gt; Support consists of a Maximum of 99 commodity line items.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CommercialInvoiceShipmentPurpose public enum CommercialInvoiceShipmentPurpose

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// The delivery commitment details /// The delivery commitment details

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CommitDaysInTransit public enum CommitDaysInTransit

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum CommitGuaranteedType public enum CommitGuaranteedType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Commodity public partial class Commodity

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates the contact details. /// Indicates the contact details.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specify the contact and address details of a location. /// Specify the contact and address details of a location.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicate the contact details. /// Indicate the contact details.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies the currency exchange performed on financial amounts for this rate. /// Specifies the currency exchange performed on financial amounts for this rate.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This the Customer Message returned in the reply. /// This the Customer Message returned in the reply.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Dangerous Goods Container /// Dangerous Goods Container

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum DangerousGoodsContainerPackingType public enum DangerousGoodsContainerPackingType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum DangerousGoodsContainerRadioactiveContainerClass public enum DangerousGoodsContainerRadioactiveContainerClass

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Use this object to specify Dangerous Goods shipment Detail. /// Use this object to specify Dangerous Goods shipment Detail.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum DangerousGoodsDetailAccessibility public enum DangerousGoodsDetailAccessibility

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum DangerousGoodsDetailRegulation public enum DangerousGoodsDetailRegulation

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// These are date and time details. /// These are date and time details.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Information about why a shipment delivery is delayed and at what level /// Information about why a shipment delivery is delayed and at what level

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicate the Delivery On Invoice Acceptance detail. Recipient is required for Delivery On Invoice Special service. /// Indicate the Delivery On Invoice Acceptance detail. Recipient is required for Delivery On Invoice Special service.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class DeliveryOnInvoiceAcceptanceDetailRecipient : Party_2 public partial class DeliveryOnInvoiceAcceptanceDetailRecipient : Party_2

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_address public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_address

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_contact public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_contact

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicate the dimensions of the package.&lt;br&gt; Following conditions will apply: &lt;ul&gt;&lt;li&gt;Dimensions are optional but when added, then all three dimensions must be indicated.&lt;/li&gt;&lt;li&gt;Dimensions are required with YOUR_PACKAGING package type.&lt;/li&gt;&lt;/ul&gt;Note: The Maximum/minimum dimension values varies based on the services and the packaging types. Refer &lt;a href="https://www.fedex.com/en-us/service-guide.html" target="_blank"&gt;FedEx Service Guide&lt;/a&gt; for service details related to DIM Weighting for FedEx Express and oversize conditions for FedEx Express and FedEx Ground. /// Indicate the dimensions of the package.&lt;br&gt; Following conditions will apply: &lt;ul&gt;&lt;li&gt;Dimensions are optional but when added, then all three dimensions must be indicated.&lt;/li&gt;&lt;li&gt;Dimensions are required with YOUR_PACKAGING package type.&lt;/li&gt;&lt;/ul&gt;Note: The Maximum/minimum dimension values varies based on the services and the packaging types. Refer &lt;a href="https://www.fedex.com/en-us/service-guide.html" target="_blank"&gt;FedEx Service Guide&lt;/a&gt; for service details related to DIM Weighting for FedEx Express and oversize conditions for FedEx Express and FedEx Ground.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum Dimensions_1Units public enum Dimensions_1Units

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies Printed Reference. /// Specifies Printed Reference.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum EMailNotificationDetail_PrintedReferencePrintedReferenceType public enum EMailNotificationDetail_PrintedReferencePrintedReferenceType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// estimated duties and tax charge /// estimated duties and tax charge

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies the Estimated duties and taxes detail. /// Specifies the Estimated duties and taxes detail.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Describes specific information about the email label shipment.&lt;ul&gt;&lt;li&gt;Message: Content of the email message&lt;/li&gt;&lt;li&gt;Recipients: EMailRecipient&lt;/li&gt;&lt;li&gt;emailAddress - email address of the recipient&lt;/li&gt;&lt;li&gt;role - role type of the recipient&lt;/li&gt;&lt;li&gt;optionsRequested&lt;/li&gt;&lt;li&gt;localization&lt;/li&gt; /// Describes specific information about the email label shipment.&lt;ul&gt;&lt;li&gt;Message: Content of the email message&lt;/li&gt;&lt;li&gt;Recipients: EMailRecipient&lt;/li&gt;&lt;li&gt;emailAddress - email address of the recipient&lt;/li&gt;&lt;li&gt;role - role type of the recipient&lt;/li&gt;&lt;li&gt;optionsRequested&lt;/li&gt;&lt;li&gt;localization&lt;/li&gt;

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Data specifying the recipient(s) of notifications related to the movement of the shipment. At a minimnum an EmailnotificationRecipientType, at least one NoficationEventType, and an EmailAddress are required. /// Data specifying the recipient(s) of notifications related to the movement of the shipment. At a minimnum an EmailnotificationRecipientType, at least one NoficationEventType, and an EmailAddress are required.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum EmailNotificationRecipientNotificationFormatType public enum EmailNotificationRecipientNotificationFormatType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum EmailNotificationRecipientNotificationType public enum EmailNotificationRecipientNotificationType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum EmailNotificationRecipientType public enum EmailNotificationRecipientType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Indicates how the email notifications for the pending shipment need to be processed. /// Indicates how the email notifications for the pending shipment need to be processed.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Use this object to specify the recipient email information. /// Use this object to specify the recipient email information.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum EmailRecipientRole public enum EmailRecipientRole

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO public partial class ErrorResponseVO

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO401 public partial class ErrorResponseVO401

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO403 public partial class ErrorResponseVO403

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO404 public partial class ErrorResponseVO404

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO500 public partial class ErrorResponseVO500

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class ErrorResponseVO503 public partial class ErrorResponseVO503

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Express_Freight_Rate_Quote public partial class Express_Freight_Rate_Quote

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Express_Freight_Saturday_Pickup_Rate_Quote public partial class Express_Freight_Saturday_Pickup_Rate_Quote

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class FDGSamplePayloadRateResourceDetailsIntraEurope public partial class FDGSamplePayloadRateResourceDetailsIntraEurope

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class Ground_Home_Delivery_Appointment_Delivery_Rate_Quote public partial class Ground_Home_Delivery_Appointment_Delivery_Rate_Quote

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Documents the kind and quantity of an individual hazardous commodity in a package. /// Documents the kind and quantity of an individual hazardous commodity in a package.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Identifies and describes an individual hazardous commodity. /// Identifies and describes an individual hazardous commodity.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum HazardousCommodityDescriptionPackingGroup public enum HazardousCommodityDescriptionPackingGroup

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// This describes information about the inner receptacles for the hazardous commodity in a particular dangerous goods container. /// This describes information about the inner receptacles for the hazardous commodity in a particular dangerous goods container.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Customer-provided specifications for handling individual commodities. /// Customer-provided specifications for handling individual commodities.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum HazardousCommodityOptionDetailLabelTextOption public enum HazardousCommodityOptionDetailLabelTextOption

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Identifies number and type of packaging units for hazardous commodities. /// Identifies number and type of packaging units for hazardous commodities.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies documentation and limits for validation of an individual packing group/category. /// Specifies documentation and limits for validation of an individual packing group/category.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Specifies Hazardous Commodity Quantity Detail. /// Specifies Hazardous Commodity Quantity Detail.

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum HazardousCommodityQuantityDetailQuantityType public enum HazardousCommodityQuantityDetailQuantityType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// Use this object to specify required information for a shipment to be held at destination FedEx location. &lt;br&gt;&lt;br&gt;&lt;i&gt;Note: This object HoldAtLocationDetail is &lt;b&gt;REQUIRED&lt;/b&gt;, when HOLD_AT_LOCATION is chosen in the specialServiceTypes.&lt;/i&gt; /// Use this object to specify required information for a shipment to be held at destination FedEx location. &lt;br&gt;&lt;br&gt;&lt;i&gt;Note: This object HoldAtLocationDetail is &lt;b&gt;REQUIRED&lt;/b&gt;, when HOLD_AT_LOCATION is chosen in the specialServiceTypes.&lt;/i&gt;

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public enum HoldAtLocationDetailLocationType public enum HoldAtLocationDetailLocationType

@ -1,4 +1,4 @@
namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes
{ {
/// <summary> /// <summary>
/// These are Special service elements for FedEx Ground Home Delivery shipments. If selected, element homedeliveryPremiumType is mandatory. /// These are Special service elements for FedEx Ground Home Delivery shipments. If selected, element homedeliveryPremiumType is mandatory.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save