diff --git a/TradeManageNew/APIClients/FedexApi/FedexAPIClient.cs b/TradeManageNew/APIClients/FedexApi/FedexAPIClient.cs index f2fc38d..116290b 100644 --- a/TradeManageNew/APIClients/FedexApi/FedexAPIClient.cs +++ b/TradeManageNew/APIClients/FedexApi/FedexAPIClient.cs @@ -1,6 +1,5 @@ using System; -using TradeManageNew.APIClients.FedexAPI; -using TradeManageNew.APIClients.FedexAPI.Services; +using TradeManageNew.APIClients.FedexApi.Services; namespace TradeManageNew.APIClients.FedexApi { @@ -30,7 +29,7 @@ namespace TradeManageNew.APIClients.FedexApi } public readonly FedexCredential Credential; - + #region Ship /// @@ -39,7 +38,7 @@ namespace TradeManageNew.APIClients.FedexApi public ShipService Ship { get; } #endregion - + #region RatesAndTransitTimes /// diff --git a/TradeManageNew/APIClients/FedexApi/FedexAPIClientMisc.cs b/TradeManageNew/APIClients/FedexApi/FedexAPIClientMisc.cs index 5077805..2b17273 100644 --- a/TradeManageNew/APIClients/FedexApi/FedexAPIClientMisc.cs +++ b/TradeManageNew/APIClients/FedexApi/FedexAPIClientMisc.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI +namespace TradeManageNew.APIClients.FedexApi { public static class FedexAPIClientMisc { diff --git a/TradeManageNew/APIClients/FedexApi/FedexCredential.cs b/TradeManageNew/APIClients/FedexApi/FedexCredential.cs index 820a35c..8cec8d2 100644 --- a/TradeManageNew/APIClients/FedexApi/FedexCredential.cs +++ b/TradeManageNew/APIClients/FedexApi/FedexCredential.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI +namespace TradeManageNew.APIClients.FedexApi { public class FedexCredential { diff --git a/TradeManageNew/APIClients/FedexApi/Models/ErrorResponse.cs b/TradeManageNew/APIClients/FedexApi/Models/ErrorResponse.cs index 2ed8122..cf1c9c0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/ErrorResponse.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/ErrorResponse.cs @@ -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))")] public class ErrorResponse diff --git a/TradeManageNew/APIClients/FedexApi/Models/FedexAPIException.cs b/TradeManageNew/APIClients/FedexApi/Models/FedexAPIException.cs index d80b469..bbb2d69 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/FedexAPIException.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/FedexAPIException.cs @@ -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))")] public class FedexAPIException : System.Exception diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AccountNumber.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AccountNumber.cs index e1602a4..177bf5c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AccountNumber.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AccountNumber.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is the Account number details.<br><i>Note:<ul><li>If the paymentType is Sender, then the account number is optional in shippingChargesPayment.</li><li>In case if this is shipping account number, do use the account number used for creating Auth Token.</li></ul> diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address.cs index ae9f620..274ba40 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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.). diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_1.cs index 0a0ced8..7545da7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_2.cs index 9444fef..1c22a09 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Address_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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.). diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetail.cs index 6a951ca..719c37b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the alcohol shipment details. This object is mandatory if alcohol special service is selected. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetailAlcoholRecipientType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetailAlcoholRecipientType.cs index f9081de..77caf3f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetailAlcoholRecipientType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlcoholDetailAlcoholRecipientType.cs @@ -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))")] public enum AlcoholDetailAlcoholRecipientType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alert.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alert.cs index fb1fdf1..82397de 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alert.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alert.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the alerts. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlertType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlertType.cs index e2b0b52..942634f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlertType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AlertType.cs @@ -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))")] public enum AlertType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alternate_Currency_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alternate_Currency_Rate_Quote.cs index 7749741..763de73 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alternate_Currency_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Alternate_Currency_Rate_Quote.cs @@ -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))")] public partial class Alternate_Currency_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AncillaryFeesAndTaxes.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AncillaryFeesAndTaxes.cs index bffb1e6..85ec1f4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AncillaryFeesAndTaxes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/AncillaryFeesAndTaxes.cs @@ -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))")] public partial class AncillaryFeesAndTaxes diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Anonymous.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Anonymous.cs index 2e18491..93f6ed6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Anonymous.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Anonymous.cs @@ -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))")] public partial class Anonymous diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BaseProcessOutputVO.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BaseProcessOutputVO.cs index 2688890..8f2488c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BaseProcessOutputVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BaseProcessOutputVO.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is the response object for a rate quote request. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetail.cs index 7de3618..0d8131e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailMaterial.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailMaterial.cs index 06f623b..9e4346c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailMaterial.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailMaterial.cs @@ -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))")] public enum BatteryClassificationDetailMaterial diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailPacking.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailPacking.cs index 94adb02..ca8b3b2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailPacking.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailPacking.cs @@ -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))")] public enum BatteryClassificationDetailPacking diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailRegulatorySubType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailRegulatorySubType.cs index afc38f9..afbb9bd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailRegulatorySubType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BatteryClassificationDetailRegulatorySubType.cs @@ -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))")] public enum BatteryClassificationDetailRegulatorySubType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BillingWeight.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BillingWeight.cs index 9a2a876..76038b0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BillingWeight.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BillingWeight.cs @@ -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))")] public partial class BillingWeight : Weight diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail.cs index 561c0ad..c21d042 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are Broker Detail for the rate quote. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker.cs index 4096bcb..08f643a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker.cs @@ -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))")] public partial class BrokerDetailBroker : Party diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker_RateReply.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker_RateReply.cs index 9a2719f..d5c2c56 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker_RateReply.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailBroker_RateReply.cs @@ -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))")] public partial class BrokerDetailBroker_RateReply : Party diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailType.cs index 7828d59..585647c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetailType.cs @@ -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))")] public enum BrokerDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReply.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReply.cs index 5bdb404..9660d93 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReply.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReply.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are Broker Detail for the rate quote. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReplyType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReplyType.cs index 2c0dac9..ae60332 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReplyType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/BrokerDetail_RateReplyType.cs @@ -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))")] public enum BrokerDetail_RateReplyType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Brokeraddress.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Brokeraddress.cs index 788ebfe..61462dd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Brokeraddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Brokeraddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is the broker address used for this shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetail.cs index 4429cc9..18f2c37 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are COD Transportation Charges Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeLevelType.cs index 3e25755..02f1beb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeLevelType.cs @@ -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))")] public enum CODTransportationChargesDetailChargeLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeType.cs index 1b6548d..8c88c7a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailChargeType.cs @@ -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))")] public enum CODTransportationChargesDetailChargeType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateLevelType.cs index 3ce5bea..80da6d8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateLevelType.cs @@ -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))")] public enum CODTransportationChargesDetailRateLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateType.cs index d911d7a..51b0517 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CODTransportationChargesDetailRateType.cs @@ -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))")] public enum CODTransportationChargesDetailRateType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError.cs index 9388cde..851c56c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError.cs @@ -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))")] public partial class CXSError diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError401.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError401.cs index 1fe658f..c30375f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError401.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError401.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError403.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError403.cs index 82653b7..d0aac4b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError403.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError403.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError404.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError404.cs index 74cff1b..76a0964 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError404.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError404.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError500.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError500.cs index 7d0ce9d..ef5066a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError500.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError500.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError503.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError503.cs index 179dd71..7bc4aa2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError503.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CXSError503.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates error alert when suspicious files, potential exploits and viruses found while scanning files , directories and user accounts. This includes code, message and parameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoice.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoice.cs index 310805a..4425c6f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoice.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoice.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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.<br>Customers are responsible for printing their own Commercial Invoice.<br>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.<br> Support consists of a Maximum of 99 commodity line items. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoiceShipmentPurpose.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoiceShipmentPurpose.cs index c1d55b5..769c827 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoiceShipmentPurpose.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommercialInvoiceShipmentPurpose.cs @@ -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))")] public enum CommercialInvoiceShipmentPurpose diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commit.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commit.cs index 5f48b08..c1a7944 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commit.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commit.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// The delivery commitment details diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitDaysInTransit.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitDaysInTransit.cs index 5b3303b..c3ae89f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitDaysInTransit.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitDaysInTransit.cs @@ -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))")] public enum CommitDaysInTransit diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitGuaranteedType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitGuaranteedType.cs index 1363302..7cc6f7f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitGuaranteedType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CommitGuaranteedType.cs @@ -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))")] public enum CommitGuaranteedType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commodity.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commodity.cs index fd323ec..234375a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commodity.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Commodity.cs @@ -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))")] public partial class Commodity diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact.cs index 1563cf4..121e1c2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates the contact details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ContactAndAddress.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ContactAndAddress.cs index da9f800..5dcc226 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ContactAndAddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ContactAndAddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specify the contact and address details of a location. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact_2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact_2.cs index a443dae..bd7b3a5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Contact_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the contact details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CurrencyExchangeRate.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CurrencyExchangeRate.cs index 9b1ae92..0dfd286 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CurrencyExchangeRate.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CurrencyExchangeRate.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the currency exchange performed on financial amounts for this rate. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CustomerMessage.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CustomerMessage.cs index bedc603..410ef78 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CustomerMessage.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/CustomerMessage.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This the Customer Message returned in the reply. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainer.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainer.cs index 815fb6a..e5ab460 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainer.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainer.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Dangerous Goods Container diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerPackingType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerPackingType.cs index 014429e..278ef5d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerPackingType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerPackingType.cs @@ -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))")] public enum DangerousGoodsContainerPackingType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerRadioactiveContainerClass.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerRadioactiveContainerClass.cs index a0b9b2b..0c44ae9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerRadioactiveContainerClass.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsContainerRadioactiveContainerClass.cs @@ -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))")] public enum DangerousGoodsContainerRadioactiveContainerClass diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetail.cs index f5f3f01..e05279a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify Dangerous Goods shipment Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailAccessibility.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailAccessibility.cs index 1334b7b..468669a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailAccessibility.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailAccessibility.cs @@ -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))")] public enum DangerousGoodsDetailAccessibility diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailRegulation.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailRegulation.cs index 3a69f27..8897bd4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailRegulation.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DangerousGoodsDetailRegulation.cs @@ -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))")] public enum DangerousGoodsDetailRegulation diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DateDetail.cs index 2b5ab2d..9eeb4ad 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are date and time details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DelayDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DelayDetail.cs index e47ffc3..8fc101d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DelayDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DelayDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Information about why a shipment delivery is delayed and at what level diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetail.cs index 1c84ecb..204f034 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the Delivery On Invoice Acceptance detail. Recipient is required for Delivery On Invoice Special service. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient.cs index 107d6cd..2d409dd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient.cs @@ -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))")] public partial class DeliveryOnInvoiceAcceptanceDetailRecipient : Party_2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_address.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_address.cs index 830d8b7..809cac9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_address.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_address.cs @@ -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))")] public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_address diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_contact.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_contact.cs index 873a051..0120f6b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_contact.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/DeliveryOnInvoiceAcceptanceDetailRecipient_contact.cs @@ -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))")] public partial class DeliveryOnInvoiceAcceptanceDetailRecipient_contact diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1.cs index b789133..f0cbec6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the dimensions of the package.<br> Following conditions will apply: <ul><li>Dimensions are optional but when added, then all three dimensions must be indicated.</li><li>Dimensions are required with YOUR_PACKAGING package type.</li></ul>Note: The Maximum/minimum dimension values varies based on the services and the packaging types. Refer <a href="https://www.fedex.com/en-us/service-guide.html" target="_blank">FedEx Service Guide</a> for service details related to DIM Weighting for FedEx Express and oversize conditions for FedEx Express and FedEx Ground. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1Units.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1Units.cs index 0f41dc9..fb175da 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Dimensions_1Units.cs @@ -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))")] public enum Dimensions_1Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReference.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReference.cs index 25c8b8c..eab2630 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReference.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReference.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies Printed Reference. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReferencePrintedReferenceType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReferencePrintedReferenceType.cs index 7ff4391..45b0483 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReferencePrintedReferenceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EMailNotificationDetail_PrintedReferencePrintedReferenceType.cs @@ -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))")] public enum EMailNotificationDetail_PrintedReferencePrintedReferenceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtCharge.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtCharge.cs index bdaa6fc..4990008 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtCharge.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtCharge.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// estimated duties and tax charge diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtTaxDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtTaxDetail.cs index a16b776..68ac27d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtTaxDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EdtTaxDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the Estimated duties and taxes detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailLabelDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailLabelDetail.cs index ab9add4..456ecc8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailLabelDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailLabelDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Describes specific information about the email label shipment.<ul><li>Message: Content of the email message</li><li>Recipients: EMailRecipient</li><li>emailAddress - email address of the recipient</li><li>role - role type of the recipient</li><li>optionsRequested</li><li>localization</li> diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipient.cs index 53d8bf3..cf9a6eb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// 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. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationFormatType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationFormatType.cs index 3e5b1bd..f0b9d2c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationFormatType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationFormatType.cs @@ -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))")] public enum EmailNotificationRecipientNotificationFormatType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationType.cs index 471d128..e19d57b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientNotificationType.cs @@ -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))")] public enum EmailNotificationRecipientNotificationType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientType.cs index 4434a6f..624eca5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailNotificationRecipientType.cs @@ -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))")] public enum EmailNotificationRecipientType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailOptionsRequested.cs index e2333a7..75e4c46 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates how the email notifications for the pending shipment need to be processed. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipient.cs index 93cc1a1..3db4b6e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify the recipient email information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipientRole.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipientRole.cs index 6490c65..12e17b2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipientRole.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/EmailRecipientRole.cs @@ -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))")] public enum EmailRecipientRole diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO.cs index 2d7c4e5..dca343b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO.cs @@ -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))")] public partial class ErrorResponseVO diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO401.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO401.cs index b320b05..8581097 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO401.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO401.cs @@ -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))")] public partial class ErrorResponseVO401 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO403.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO403.cs index a270581..dbff217 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO403.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO403.cs @@ -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))")] public partial class ErrorResponseVO403 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO404.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO404.cs index 6e575b8..65fae12 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO404.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO404.cs @@ -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))")] public partial class ErrorResponseVO404 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO500.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO500.cs index b87539b..2ff1c3d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO500.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO500.cs @@ -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))")] public partial class ErrorResponseVO500 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO503.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO503.cs index d43d0ef..2e6823c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO503.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ErrorResponseVO503.cs @@ -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))")] public partial class ErrorResponseVO503 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Rate_Quote.cs index f97c6fb..cdcfda7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Rate_Quote.cs @@ -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))")] public partial class Express_Freight_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Saturday_Pickup_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Saturday_Pickup_Rate_Quote.cs index 0348ae8..4b09d93 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Saturday_Pickup_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Express_Freight_Saturday_Pickup_Rate_Quote.cs @@ -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))")] public partial class Express_Freight_Saturday_Pickup_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/FDGSamplePayloadRateResourceDetailsIntraEurope.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/FDGSamplePayloadRateResourceDetailsIntraEurope.cs index ca449ca..ec8953f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/FDGSamplePayloadRateResourceDetailsIntraEurope.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/FDGSamplePayloadRateResourceDetailsIntraEurope.cs @@ -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))")] public partial class FDGSamplePayloadRateResourceDetailsIntraEurope diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Ground_Home_Delivery_Appointment_Delivery_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Ground_Home_Delivery_Appointment_Delivery_Rate_Quote.cs index 008073b..66dd20a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Ground_Home_Delivery_Appointment_Delivery_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Ground_Home_Delivery_Appointment_Delivery_Rate_Quote.cs @@ -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))")] public partial class Ground_Home_Delivery_Appointment_Delivery_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityContent.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityContent.cs index 7500d5d..099abd7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityContent.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityContent.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Documents the kind and quantity of an individual hazardous commodity in a package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescription.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescription.cs index 96ccd9b..87f02bd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescription.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescription.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Identifies and describes an individual hazardous commodity. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescriptionPackingGroup.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescriptionPackingGroup.cs index 8b2199d..a2dadb4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescriptionPackingGroup.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityDescriptionPackingGroup.cs @@ -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))")] public enum HazardousCommodityDescriptionPackingGroup diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityInnerReceptacleDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityInnerReceptacleDetail.cs index 0e9a97a..a7a420f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityInnerReceptacleDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityInnerReceptacleDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This describes information about the inner receptacles for the hazardous commodity in a particular dangerous goods container. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetail.cs index 40ff129..532df6b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Customer-provided specifications for handling individual commodities. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetailLabelTextOption.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetailLabelTextOption.cs index ed4ca80..f667336 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetailLabelTextOption.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityOptionDetailLabelTextOption.cs @@ -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))")] public enum HazardousCommodityOptionDetailLabelTextOption diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackagingDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackagingDetail.cs index a0ff4da..c7c39be 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackagingDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackagingDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Identifies number and type of packaging units for hazardous commodities. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackingDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackingDetail.cs index 258b5e7..aa362d6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackingDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityPackingDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies documentation and limits for validation of an individual packing group/category. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetail.cs index 1a5b505..6fce32b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies Hazardous Commodity Quantity Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetailQuantityType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetailQuantityType.cs index 47598fc..3faabb0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetailQuantityType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HazardousCommodityQuantityDetailQuantityType.cs @@ -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))")] public enum HazardousCommodityQuantityDetailQuantityType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetail.cs index 68c5c23..abdb7fe 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify required information for a shipment to be held at destination FedEx location. <br><br><i>Note: This object HoldAtLocationDetail is <b>REQUIRED</b>, when HOLD_AT_LOCATION is chosen in the specialServiceTypes.</i> diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetailLocationType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetailLocationType.cs index 6e09489..ce621d8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetailLocationType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HoldAtLocationDetailLocationType.cs @@ -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))")] public enum HoldAtLocationDetailLocationType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetail.cs index adf9e52..50174e9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are Special service elements for FedEx Ground Home Delivery shipments. If selected, element homedeliveryPremiumType is mandatory. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs index 19d82ea..6b53efb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs @@ -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))")] public enum HomeDeliveryPremiumDetailHomedeliveryPremiumType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetail.cs index e38fc10..6c24102 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify International Controlled Export shipment Details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetailType.cs index 20bfa16..a8a6177 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalControlledExportDetailType.cs @@ -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))")] public enum InternationalControlledExportDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalTrafficInArmsRegulationsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalTrafficInArmsRegulationsDetail.cs index 6c26b95..b6558a0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalTrafficInArmsRegulationsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/InternationalTrafficInArmsRegulationsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are International Traffic In Arms Regulations shipment service Details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Dry_Ice_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Dry_Ice_Rate_Quote.cs index 0ab3d25..560dc84 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Dry_Ice_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Dry_Ice_Rate_Quote.cs @@ -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))")] public partial class International_Dry_Ice_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Ground_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Ground_Rate_Quote.cs index 127efdb..1d0dee9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Ground_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Ground_Rate_Quote.cs @@ -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))")] public partial class International_Ground_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Hold_At_Location_with_Adult_Signature_Option.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Hold_At_Location_with_Adult_Signature_Option.cs index 8f83e26..3993d94 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Hold_At_Location_with_Adult_Signature_Option.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Hold_At_Location_with_Adult_Signature_Option.cs @@ -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))")] public partial class International_Hold_At_Location_with_Adult_Signature_Option diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Multi_Piece_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Multi_Piece_Rate_Quote.cs index b6cc588..26a0716 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Multi_Piece_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Multi_Piece_Rate_Quote.cs @@ -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))")] public partial class International_Multi_Piece_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Priority_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Priority_Rate_Quote.cs index b8439e5..06ca61b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Priority_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Priority_Rate_Quote.cs @@ -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))")] public partial class International_Priority_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Return_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Return_Rate_Quote.cs index 192ef85..847cb26 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Return_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/International_Return_Rate_Quote.cs @@ -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))")] public partial class International_Return_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Canada_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Canada_Rate_Quote.cs index 64f09a6..03466c5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Canada_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Canada_Rate_Quote.cs @@ -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))")] public partial class Intra_Canada_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Europe_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Europe_Rate_Quote.cs index 75b8a26..a0d6784 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Europe_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Europe_Rate_Quote.cs @@ -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))")] public partial class Intra_Europe_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_India_Cash_On_Delivery_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_India_Cash_On_Delivery_Rate_Quote.cs index 42365d4..7c18d8a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_India_Cash_On_Delivery_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_India_Cash_On_Delivery_Rate_Quote.cs @@ -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))")] public partial class Intra_India_Cash_On_Delivery_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Mexico_Express_Saver_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Mexico_Express_Saver_Rate_Quote.cs index 80d70b3..108547d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Mexico_Express_Saver_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Intra_Mexico_Express_Saver_Rate_Quote.cs @@ -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))")] public partial class Intra_Mexico_Express_Saver_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Locale.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Locale.cs index 2a341b2..d44d21e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Locale.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Locale.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are Locale details.<br>Note: If the locale is left blank or an invalid locale is entered, an error message is returned in response. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money.cs index 38b702c..a490ab8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money.cs @@ -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))")] public partial class Money : Money_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money_1.cs index a470fef..c1e1417 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Money_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the amount details. This is optional, but if indicated, amount and currency must be provided. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/NotificationEventType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/NotificationEventType.cs index 33e089c..586d22c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/NotificationEventType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/NotificationEventType.cs @@ -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))")] public enum NotificationEventType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/OperationalDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/OperationalDetail.cs index 3290bd9..b247c8c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/OperationalDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/OperationalDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the Operational Details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Options.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Options.cs index d8c1ec0..32ad62b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Options.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Options.cs @@ -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))")] public enum Options diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageRateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageRateDetail.cs index 51ab551..afff3a3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageRateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageRateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Data for a package's rates, as calculated per a specific rate type. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequested.cs index 27173a4..e06e2f5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These special services are available at the package level for some or all service types. Needs Indicated, if rate data is being requested for the special services. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetail.cs index 443eaf1..a04d190 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates package COD Detail. COD main information is set in shipment level. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetailCodCollectionType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetailCodCollectionType.cs index 4441566..794c6be 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetailCodCollectionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedPackageCODDetailCodCollectionType.cs @@ -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))")] public enum PackageSpecialServicesRequestedPackageCODDetailCodCollectionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedSignatureOptionType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedSignatureOptionType.cs index 1c7f13b..84b7564 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedSignatureOptionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PackageSpecialServicesRequestedSignatureOptionType.cs @@ -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))")] public enum PackageSpecialServicesRequestedSignatureOptionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Parameter.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Parameter.cs index c9bad62..e32b0da 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Parameter.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Parameter.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// List of parameters which indicates the properties of the alert message. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ParsedPersonName.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ParsedPersonName.cs index 321cb14..be15f37 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ParsedPersonName.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ParsedPersonName.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This object is used to separate the person name into first and last name. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party.cs index 6e3c143..73d5cac 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the party to a transaction including the physical address, contact information and account number information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party_2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party_2.cs index f111502..7417801 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Party_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the party to a transaction including the physical address, contact information and account number information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payment.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payment.cs index 626cf46..930b4f2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payment.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payment.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are details about shipment payment. Value payor is optional when paymentType provided as SENDER. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PaymentType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PaymentType.cs index 6b6c17f..1b22d02 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PaymentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PaymentType.cs @@ -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))")] public enum PaymentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payor.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payor.cs index 07eedb4..8b5255b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payor.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Payor.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is payer Information responsible for paying for the shipment.<br>Note: Optional when paymentType is SENDER. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PendingShipmentProcessingOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PendingShipmentProcessingOptionsRequested.cs index fc36889..ee57f99 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PendingShipmentProcessingOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PendingShipmentProcessingOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify the processing options associated with Pending Shipment request. This is useful for the Email Label originator to specify if the completer can make modifications to editable shipment data. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PhoneNumber.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PhoneNumber.cs index b4a505b..bd81b99 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PhoneNumber.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/PhoneNumber.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates the telephone number to use for contact in the event of an emergency. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Priority_Alert_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Priority_Alert_Rate_Quote.cs index 30b132e..12aea79 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Priority_Alert_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Priority_Alert_Rate_Quote.cs @@ -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))")] public partial class Priority_Alert_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProcessingOptions.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProcessingOptions.cs index 5cffa13..f8fe24b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProcessingOptions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProcessingOptions.cs @@ -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))")] public enum ProcessingOptions diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProductName.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProductName.cs index 1328dd9..abbfd70 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProductName.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ProductName.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Provides the product details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAddress.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAddress.cs index 070aea7..61963be 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Descriptive data for a 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. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesReq.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesReq.cs index a51ae9e..ba93cd2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesReq.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesReq.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// The request elements for requesting a rate quote. @@ -20,7 +20,7 @@ /// /// Specify the four letter code of a FedEx operating company that meets your requirements.<br> Example: FDXE<br><ul><li>FDXE - FedEx Express</li><li>FDXG - FedEx Ground</li><li>FXSP - FedEx SmartPost</li><li>FXCC - FedEx Custom Critical.</li></ul> /// - [Newtonsoft.Json.JsonProperty("carrierCodes", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public System.Collections.Generic.ICollection CarrierCodes { get; set; } + [Newtonsoft.Json.JsonProperty("carrierCodes", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore,ItemConverterType = typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public System.Collections.Generic.ICollection CarrierCodes { get; set; } } } \ No newline at end of file diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesResp.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesResp.cs index 7a8c0f4..a76be4d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesResp.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateAndTransitTimesResp.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is a wrapper class for outputVO. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount.cs index ac7fb36..b8ecb65 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount.cs @@ -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))")] public partial class RateDiscount diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount_1.cs index 98aacef..842964d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateDiscount_1.cs @@ -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))")] public partial class RateDiscount_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateParty.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateParty.cs index 29f21c6..36ab85f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateParty.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specify the shipper address details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateReplyDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateReplyDetail.cs index f53c490..c995f07 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateReplyDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateReplyDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This objcet lists the rate data by service. If a service was specified in the request, there will be a single entry; if service was omitted in the request, there will be a separate entry in this for each service being compared. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParameters.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParameters.cs index 0319ebe..9bcb917 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParameters.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParameters.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specify the return transit times, services needed on rate failure, choice of variable option and order to sort rate options to filter and sort the expected response. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersRateSortOrder.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersRateSortOrder.cs index acf003a..9e5119a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersRateSortOrder.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersRateSortOrder.cs @@ -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))")] public enum RateRequestControlParametersRateSortOrder diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersVariableOptions.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersVariableOptions.cs index 55ccfb0..4c0480e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersVariableOptions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestControlParametersVariableOptions.cs @@ -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))")] public enum RateRequestControlParametersVariableOptions diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestType.cs index 90968a0..bd9fb58 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RateRequestType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the items. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedPackageDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedPackageDetail.cs index 2b80982..3aa6c13 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedPackageDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedPackageDetail.cs @@ -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))")] public partial class RatedPackageDetail diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetail.cs index fd94f8f..458c29a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This object provides the shipment and package rating data in a rate request reply. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailFreightChargeBasis.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailFreightChargeBasis.cs index bb7ab3a..f19f7d4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailFreightChargeBasis.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailFreightChargeBasis.cs @@ -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))")] public enum RatedShipmentDetailFreightChargeBasis diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRateType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRateType.cs index e4ff48f..6cc39df 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRateType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRateType.cs @@ -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))")] public enum RatedShipmentDetailRateType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRatedWeightMethod.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRatedWeightMethod.cs index dee1928..300f360 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRatedWeightMethod.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RatedShipmentDetailRatedWeightMethod.cs @@ -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))")] public enum RatedShipmentDetailRatedWeightMethod diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RecommendedDocumentSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RecommendedDocumentSpecification.cs index 5cd492a..c43715d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RecommendedDocumentSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RecommendedDocumentSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are recommended document specification which are recommended to be included with the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestePackageLineItemDimensions.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestePackageLineItemDimensions.cs index 987f1fc..72aaf55 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestePackageLineItemDimensions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestePackageLineItemDimensions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the dimensions of the package.<br> Following conditions will apply: <ul><li>Dimensions are optional but when added, then all three dimensions must be indicated.</li><li>Dimensions are required with YOUR_PACKAGING package type.</li></ul>Note: The Maximum/minimum dimension values varies based on the services and the packaging types. Refer <a href="https://www.fedex.com/en-us/service-guide.html" target="_blank">FedEx Service Guide</a> for service details related to DIM Weighting for FedEx Express and oversize conditions for FedEx Express and FedEx Ground. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedPackageLineItem.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedPackageLineItem.cs index 0dbf42b..029dd42 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedPackageLineItem.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedPackageLineItem.cs @@ -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))")] public partial class RequestedPackageLineItem diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRatePackageType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRatePackageType.cs index 78243ac..9e71a10 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRatePackageType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRatePackageType.cs @@ -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))")] public enum RequestedRatePackageType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRateServiceType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRateServiceType.cs index 11f06eb..54de026 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRateServiceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedRateServiceType.cs @@ -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))")] public enum RequestedRateServiceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipment.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipment.cs index 488e2d3..fbf42d7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipment.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipment.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is shipment data for which a rate quote (or rate-shipping comparison) is requested. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetail.cs index c6ea74e..b7c9f8a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is Customs clearance data, used for both international and intra-country shipping and rating. Customs commodity data is required for international and intra-country rating. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetailFreightOnValue.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetailFreightOnValue.cs index 279b1c5..69cb094 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetailFreightOnValue.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentCustomsClearanceDetailFreightOnValue.cs @@ -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))")] public enum RequestedShipmentCustomsClearanceDetailFreightOnValue diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentPickupType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentPickupType.cs index f160e5c..c842c87 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentPickupType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentPickupType.cs @@ -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))")] public enum RequestedShipmentPickupType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetail.cs index e778b7e..868975e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to specify the smartpost shipment details. <br>Required for SMARTPOST service. If SmartPostInfoDetail is indicated, the elements below it are also required. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailAncillaryEndorsement.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailAncillaryEndorsement.cs index bcd0cb0..b34558c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailAncillaryEndorsement.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailAncillaryEndorsement.cs @@ -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))")] public enum RequestedShipmentSmartPostInfoDetailAncillaryEndorsement diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailIndicia.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailIndicia.cs index 363a503..4ec89a5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailIndicia.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailIndicia.cs @@ -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))")] public enum RequestedShipmentSmartPostInfoDetailIndicia diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailSpecialServices.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailSpecialServices.cs index 45906cc..c42ca53 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailSpecialServices.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSmartPostInfoDetailSpecialServices.cs @@ -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))")] public enum RequestedShipmentSmartPostInfoDetailSpecialServices diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSpecialServicesRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSpecialServicesRequested.cs index 5d55d56..fb5b22d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSpecialServicesRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/RequestedShipmentSpecialServicesRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate special services for which the rate data is being requested. Special Services are available at the shipment level for some or all service types.<br>Example: [BROKER_SELECT_OPTION]<br><a onclick='loadDocReference("shipmentlevelspecialservicetypes")'>Click here to see Shipment level Special Service Types</a> diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ResponsibleParty.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ResponsibleParty.cs index 8c28c72..f6ef90b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ResponsibleParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ResponsibleParty.cs @@ -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))")] public partial class ResponsibleParty : Party_2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceDescription.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceDescription.cs index 296db5c..7354d6e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceDescription.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceDescription.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicates the provides the Service Description details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetail.cs index 1ca2ed2..4998954 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are supporting detail for applied options identified in a rate quote. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetailSmartPostIndiciaType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetailSmartPostIndiciaType.cs index 086a54e..abd1286 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetailSmartPostIndiciaType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceSubOptionDetailSmartPostIndiciaType.cs @@ -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))")] public enum ServiceSubOptionDetailSmartPostIndiciaType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVO.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVO.cs index bb33202..6144d4f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVO.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// service type information details diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVOCarrierCode.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVOCarrierCode.cs index 7bac5c7..b190b47 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVOCarrierCode.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ServiceTypeDetailVOCarrierCode.cs @@ -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))")] public enum ServiceTypeDetailVOCarrierCode diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentDryIceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentDryIceDetail.cs index afd311a..5cbf412 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentDryIceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentDryIceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Use this object to indicate package count with weight for this shipment containing dry ice. Dry ice is supported in both shipment level and package level services. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentLegRateDetail_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentLegRateDetail_1.cs index 2afdbf1..bc89d56 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentLegRateDetail_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentLegRateDetail_1.cs @@ -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))")] public partial class ShipmentLegRateDetail_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetail.cs index 91152ab..5e183a3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// This is shipment level rate data. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetailRatingBasis.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetailRatingBasis.cs index 61b36c8..bda1503 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetailRatingBasis.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentRateDetailRatingBasis.cs @@ -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))")] public enum ShipmentRateDetailRatingBasis diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetail.cs index 359f7e6..376fb4c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies Shipment COD Detail diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailCodCollectionType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailCodCollectionType.cs index 419d67c..8a919fc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailCodCollectionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailCodCollectionType.cs @@ -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))")] public enum ShipmentSpecialServicesRequestedShipmentCODDetailCodCollectionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailReturnReferenceIndicatorType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailReturnReferenceIndicatorType.cs index 0214245..f9270c0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailReturnReferenceIndicatorType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequestedShipmentCODDetailReturnReferenceIndicatorType.cs @@ -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))")] public enum ShipmentSpecialServicesRequestedShipmentCODDetailReturnReferenceIndicatorType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetail.cs index 095f5e5..c372a98 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Details for the Return Shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetailReturnType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetailReturnType.cs index d2ba0a9..6955313 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetailReturnType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/ShipmentSpecialServicesRequested_returnShipmentDetailReturnType.cs @@ -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))")] public enum ShipmentSpecialServicesRequested_returnShipmentDetailReturnType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmartPost_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmartPost_Rate_Quote.cs index b61d159..f68d8cc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmartPost_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmartPost_Rate_Quote.cs @@ -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))")] public partial class SmartPost_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmsDetail.cs index 04d5532..178ae9b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/SmsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the SMS notification details.<br>Conditionally required for SMS notifications. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetails.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetails.cs index 48d638d..8ce31bc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetails.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetails.cs @@ -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))")] public partial class StandaloneBatteryDetails diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetailsBatteryMaterialType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetailsBatteryMaterialType.cs index 99a89b7..33716b6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetailsBatteryMaterialType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/StandaloneBatteryDetailsBatteryMaterialType.cs @@ -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))")] public enum StandaloneBatteryDetailsBatteryMaterialType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge.cs index bd1a359..27f0a34 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the surcharges. @@ -22,7 +22,7 @@ /// Specify the declared monetary value/amount of the shipment.<br> Example: 5.42 /// [Newtonsoft.Json.JsonProperty("amount", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Amount { get; set; } + public decimal? Amount { get; set; } /// /// Specifies the level of surcharge. <br> Example: level diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge_1.cs index c10389e..407cc15 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Surcharge_1.cs @@ -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))")] public partial class Surcharge_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax.cs index 290ba22..df3e17d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Tax surcharge details diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax_1.cs index fb43424..8e0c28e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Tax_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Specifies the Tax surcharge details diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDays.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDays.cs index 67b3024..c534747 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDays.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDays.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are number of days the package/shipment is to be in transit. Applies to Ground and LTL Freight; indicates minimum transit time for SmartPost. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDaysMinimumTransitTime.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDaysMinimumTransitTime.cs index fa4a7ab..20eaf18 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDaysMinimumTransitTime.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/TransitDaysMinimumTransitTime.cs @@ -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))")] public enum TransitDaysMinimumTransitTime diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Types.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Types.cs index 9bd6ccc..f22c352 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Types.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Types.cs @@ -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))")] public enum Types diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Multi_Piece_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Multi_Piece_Rate_Quote.cs index f30dde0..fbfbcb9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Multi_Piece_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Multi_Piece_Rate_Quote.cs @@ -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))")] public partial class US_Domestic_Multi_Piece_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Priority_Overnight_Rate_Quote.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Priority_Overnight_Rate_Quote.cs index a7a79c4..8d3fa7f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Priority_Overnight_Rate_Quote.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Priority_Overnight_Rate_Quote.cs @@ -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))")] public partial class US_Domestic_Priority_Overnight_Rate_Quote diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Rate_shop.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Rate_shop.cs index 7b98b02..13f9f49 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Rate_shop.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/US_Domestic_Rate_shop.cs @@ -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))")] public partial class US_Domestic_Rate_shop diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UnitPrice.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UnitPrice.cs index 3c17e3c..233c649 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UnitPrice.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UnitPrice.cs @@ -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))")] public partial class UnitPrice : Money diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetail.cs index 33080b6..bda9ee1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Upload document details provided by the initator of the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetailDocumentType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetailDocumentType.cs index e12ecdc..5c0f526 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetailDocumentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/UploadDocumentReferenceDetailDocumentType.cs @@ -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))")] public enum UploadDocumentReferenceDetailDocumentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetail.cs index c6cd7d9..09ba7a7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// Indicate the details on how to calculate variable handling charges at the package level. If indicated, element rateLevelType is required. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateElementBasis.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateElementBasis.cs index 10b48be..a8bd23c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateElementBasis.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateElementBasis.cs @@ -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))")] public enum VariableHandlingChargeDetailRateElementBasis diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateLevelType.cs index 9f2fbd9..208b0a0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateLevelType.cs @@ -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))")] public enum VariableHandlingChargeDetailRateLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateType.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateType.cs index 620598a..2fd875e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingChargeDetailRateType.cs @@ -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))")] public enum VariableHandlingChargeDetailRateType diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingCharges.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingCharges.cs index 1e31ccc..8e9ca45 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingCharges.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/VariableHandlingCharges.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// The variable handling charge amount calculated based on the requested variable handling charge detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight.cs index 7c39c51..0872ff0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight.cs @@ -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))")] public partial class Weight : Weight_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1.cs index 441bf63..c465807 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are the weight details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1Units.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1Units.cs index 6713392..25e130a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1Units.cs @@ -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))")] public enum Weight_1Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2.cs index a39fef8..9fb982e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes +namespace TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes { /// /// These are the weight details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2Units.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2Units.cs index b168647..aa4d28e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_1_2Units.cs @@ -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))")] public enum Weight_1_2Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_2.cs index 9d7b847..8edb1bd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/Weight_2.cs @@ -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))")] public partial class Weight_2 : Weight_1_2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options2.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options2.cs index ddf241d..fbf5962 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options2.cs @@ -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))")] public enum options2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options3.cs b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options3.cs index c948b56..3a05c53 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options3.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/RatesAndTransitTimes/options3.cs @@ -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))")] public enum options3 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetail.cs index 647857c..82f2722 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class AdditionalLabelsDetail diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetailType.cs index 896856b..6d21d74 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalLabelsDetailType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum AdditionalLabelsDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalMeasures.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalMeasures.cs index efcc6dd..d0849b1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalMeasures.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdditionalMeasures.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class AdditionalMeasures diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address.cs index 5c75b57..d915dbc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Descriptive data for a 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). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address2.cs index 9de9577..fac2901 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Address2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address_1.cs index 8ea72ed..5a89c28 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Address_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Address_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// 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.). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdrLicenseDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdrLicenseDetail.cs index 59765f0..85aa081 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AdrLicenseDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AdrLicenseDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the details around the ADR license required for shipping. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetail.cs index d8fe51f..d53c554 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are detcontentails for the package containing alcohol. This is required for alcohol special service. The alcoholRecipientType is required. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetailAlcoholRecipientType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetailAlcoholRecipientType.cs index 809f360..f5611ce 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetailAlcoholRecipientType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlcoholDetailAlcoholRecipientType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum AlcoholDetailAlcoholRecipientType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Alert.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Alert.cs index 02797d6..5e5eb90 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Alert.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Alert.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are alert details received in the response. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlertType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlertType.cs index ad857c5..859eaf6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AlertType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AlertType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum AlertType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Alerts.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Alerts.cs index ad1a16f..ab3462a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Alerts.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Alerts.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Alerts diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AllowedSpecialService.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AllowedSpecialService.cs index 6d8ef72..441316f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AllowedSpecialService.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AllowedSpecialService.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum AllowedSpecialService diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/AsynchronousProcessingOptionType_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/AsynchronousProcessingOptionType_1.cs index bbe62c4..a16b018 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/AsynchronousProcessingOptionType_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/AsynchronousProcessingOptionType_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the processing option for submitting a Single shot MPS shipment. The value indicates if the MPS to be processed synchronously or asynchronously.<br>Note: <ul><li>Default value is SYNCHRONOUS_ONLY.</li><li>Value or element is not needed when groupPackageCount is less than or equal to 40.</li><li>Must provide element with value ALLOW_ASYNCHRONOUS when groupPackageCount is greater than 40.</li></ul> <br>Example:ALLOW_ASYNCHRONUS diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Attributes.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Attributes.cs index 19851d5..2d39d5f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Attributes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Attributes.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Attributes diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BaseProcessOutputVO_ShipShipment.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BaseProcessOutputVO_ShipShipment.cs index 2e474c7..d1d1158 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BaseProcessOutputVO_ShipShipment.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BaseProcessOutputVO_ShipShipment.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is the response received when a shipment is requested. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetail.cs index 049941c..dbe445e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class BatteryDetail diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryMaterialType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryMaterialType.cs index a1e0d68..9693392 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryMaterialType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryMaterialType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum BatteryDetailBatteryMaterialType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryPackingType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryPackingType.cs index fbc32c6..fd26173 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryPackingType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryPackingType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum BatteryDetailBatteryPackingType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryRegulatoryType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryRegulatoryType.cs index 0c3e2c9..039b24c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryRegulatoryType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BatteryDetailBatteryRegulatoryType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum BatteryDetailBatteryRegulatoryType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BillingDetails.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BillingDetails.cs index a923252..33dff8f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BillingDetails.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BillingDetails.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are billing details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BinaryBarcode.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BinaryBarcode.cs index da375fc..b5d647b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BinaryBarcode.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BinaryBarcode.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Each instance of this data type represents a barcode whose content must be represented as binary data (i.e. not ASCII text). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Broker.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Broker.cs index fd144f4..c0261f0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Broker.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Broker.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Broker : Party_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetail.cs index ce3038e..78c65e4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are broker details for the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetailType.cs index c7999e1..428d26c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/BrokerDetailType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum BrokerDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetail.cs index b665225..435a6bf 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify C.O.D. transportation charges. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeLevelType.cs index 3c27afd..3dc36de 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeLevelType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CODTransportationChargesDetailChargeLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeType.cs index 83c0a5f..d731025 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailChargeType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CODTransportationChargesDetailChargeType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateLevelType.cs index 477c79d..4df4e51 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateLevelType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CODTransportationChargesDetailRateLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateType.cs index cd3c377..743447f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CODTransportationChargesDetailRateType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CODTransportationChargesDetailRateType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CertificateOfOriginDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CertificateOfOriginDetail.cs index 1057345..fa15727 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CertificateOfOriginDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CertificateOfOriginDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The instructions indicating how to print the Certificate of Origin ( e.g. whether or not to include the instructions, image type, etc ...) diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoice.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoice.cs index e1abaf2..3568534 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoice.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoice.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to provide Commercial Invoice details. This element is required for electronic upload of CI data. It will serve to create/transmit an electronic Commercial Invoice through the FedEx system.<br>Customers are responsible for printing their own Commercial Invoice.<br>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/RequestedDocumentCopies element.<br>Supports maximum of 99 commodity line items. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceDetail.cs index 42649ac..1c8f3b8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The instructions indicating how to print the Commercial Invoice( e.g. image type) Specifies characteristics of a shipping document to be produced. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceShipmentPurpose.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceShipmentPurpose.cs index e03f847..0d572cd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceShipmentPurpose.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceShipmentPurpose.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CommercialInvoiceShipmentPurpose diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceTaxesOrMiscellaneousChargeType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceTaxesOrMiscellaneousChargeType.cs index 5ffd597..c8b6633 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceTaxesOrMiscellaneousChargeType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommercialInvoiceTaxesOrMiscellaneousChargeType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CommercialInvoiceTaxesOrMiscellaneousChargeType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Commodity.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Commodity.cs index 5a9f71b..49c949d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Commodity.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Commodity.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Commodity diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommodityPurpose.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommodityPurpose.cs index 9e5f935..450fc2e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CommodityPurpose.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CommodityPurpose.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CommodityPurpose diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedEtdDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedEtdDetail.cs index 80ac117..688eff2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedEtdDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedEtdDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are completed ETD details when ELECTRONIC_TRADE_DOCUMENTS Special service type is requested diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousPackageDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousPackageDetail.cs index c89fba7..32028b8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousPackageDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousPackageDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Complete package-level hazardous commodity information for a single package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousShipmentDetail.cs index 0d61ca1..199c9b7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Completed shipment level hazardous commodity information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousSummaryDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousSummaryDetail.cs index c4917f7..89020b2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousSummaryDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHazardousSummaryDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies Completed Hazardous Summary Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHoldAtLocationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHoldAtLocationDetail.cs index 0c19275..aab2853 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHoldAtLocationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedHoldAtLocationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is default holding location information when HOLD_AT_LOCATION special service is requested and the client does not specify the hold location address. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedPackageDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedPackageDetail.cs index 60a7aeb..22f04ea 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedPackageDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedPackageDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class CompletedPackageDetail diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedShipmentDetail.cs index 7c46719..117aed6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CompletedShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Returns the result of processing the desired package as a single-package shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact.cs index 8519083..22fa9d0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the contact information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact2.cs index c233b50..8eda71e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Contact2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress.cs index ec3d2db..5629c27 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the contact and address details of a location. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress_1.cs index 7bf0a16..ee78c78 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContactAndAddress_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the contact and address details of a location. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_1.cs index 06f7be5..7cfe061 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the contact details of the shipper. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_2.cs index 04bef4e..e17a56e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Contact_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the contact details of the shipper. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContentRecord.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContentRecord.cs index 5fc7aec..b03f848 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ContentRecord.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ContentRecord.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify package content details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentReq.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentReq.cs index ab483b5..73a4866 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentReq.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentReq.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The request elements required to create a shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentResp.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentResp.cs index b096ec0..63e45a3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentResp.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CreateShipmentResp.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Wrapper class for ShipShipmentOutputVO. It holds transactionId and output. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CurrencyExchangeRate.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CurrencyExchangeRate.cs index 6cbc785..bb44974 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CurrencyExchangeRate.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CurrencyExchangeRate.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the currency exchange performed on financial amounts on this rate. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsage.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsage.cs index 8e5cd41..940e9dd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsage.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsage.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the usse and identification of supplied images to be used on this document. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageId.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageId.cs index 5aef395..b4f14a2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageId.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageId.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomerImageUsageId diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageProvidedImageType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageProvidedImageType.cs index f25b4b8..267667f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageProvidedImageType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageProvidedImageType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomerImageUsageProvidedImageType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageType.cs index ac2a708..7349610 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerImageUsageType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomerImageUsageType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference.cs index 542c5f8..5c26dbb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class CustomerReference diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReferenceType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReferenceType.cs index 087e396..8ae8bf8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReferenceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReferenceType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomerReferenceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1.cs index c0744a2..15f1554 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class CustomerReference_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1CustomerReferenceType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1CustomerReferenceType.cs index 3dca5d1..ef370f3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1CustomerReferenceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerReference_1CustomerReferenceType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomerReference_1CustomerReferenceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerSpecifiedLabelDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerSpecifiedLabelDetail.cs index db15b56..949988f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerSpecifiedLabelDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomerSpecifiedLabelDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This object allows the control of label content for customization. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetail.cs index 61aeb98..0fa1b9c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are customs clearance details. Required for International and intra-country Shipments. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetailFreightOnValue.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetailFreightOnValue.cs index 9ca51ca..f2e9fc6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetailFreightOnValue.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsClearanceDetailFreightOnValue.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomsClearanceDetailFreightOnValue diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsDeclarationStatementDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsDeclarationStatementDetail.cs index 5e76d28..5492869 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsDeclarationStatementDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsDeclarationStatementDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies about the statements to be declared for Customs. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetail.cs index 9bed5e2..25c02c1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are customs Option Detail, type must be indicated for each occurrence. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetailType.cs index 9e16184..6df7037 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/CustomsOptionDetailType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum CustomsOptionDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Customs_Money.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Customs_Money.cs index ff64a9f..1975f8a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Customs_Money.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Customs_Money.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This customs value is applicable for all items(or units) under the specified commodity. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetail.cs index 0f65018..7056c71 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Provide dangerous goods shipment details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetailAccessibility.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetailAccessibility.cs index 71380a7..d7c9d07 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetailAccessibility.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DangerousGoodsDetailAccessibility.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DangerousGoodsDetailAccessibility diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DeliveryOnInvoiceAcceptanceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DeliveryOnInvoiceAcceptanceDetail.cs index a60714c..e2712b2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DeliveryOnInvoiceAcceptanceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DeliveryOnInvoiceAcceptanceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the Delivery On Invoice Acceptance detail. Recipient is required for Delivery On Invoice Special service. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetail.cs index 9d072f6..90cb9ac 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify the appropriate destination control statement type(s). Also make sure to specify destination country and end user. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetailStatementTypes.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetailStatementTypes.cs index 47f76e2..61821b9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetailStatementTypes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DestinationControlDetailStatementTypes.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DestinationControlDetailStatementTypes diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Dimensions.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Dimensions.cs index 2249b47..adf3a1d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Dimensions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Dimensions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the dimensions of the package.<br> Following conditions will apply: <ul><li>Dimensions are optional but when added, then all three dimensions must be indicated.</li><li>Dimensions are required with YOUR_PACKAGING package type.</li></ul>Note: The maximum/minimum dimension values varies based on the services and the packaging types. Refer <a href="https://www.fedex.com/en-us/service-guide.html" target="_blank">FedEx Service Guide</a> for service details related to DIM Weighting for FedEx Express and oversize conditions for FedEx Express and FedEx Ground. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DimensionsUnits.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DimensionsUnits.cs index 615a435..e6343b6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DimensionsUnits.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DimensionsUnits.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DimensionsUnits diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContent.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContent.cs index c4b7a1a..84db03a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContent.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContent.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies details of doc tab content.It is only applicable only with imageType as ZPLII. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcoded.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcoded.cs index 701da5b..bb3f8ea 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcoded.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcoded.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// It is a doc tab content type which is in barcoded format. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcodedSymbology.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcodedSymbology.cs index 0ae6431..7da61ed 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcodedSymbology.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentBarcodedSymbology.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DocTabContentBarcodedSymbology diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentType.cs index 6b83d16..a20cad0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DocTabContentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentZone001.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentZone001.cs index c6ad5ea..92cb83f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentZone001.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabContentZone001.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the doc tab specification for different zones on the label. The specification includes zone number, header and data field to be displayed on the label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecification.cs index b279408..fee1f4d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the doc tab zone specification. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecificationJustification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecificationJustification.cs index 71e455e..2293110 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecificationJustification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocTabZoneSpecificationJustification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum DocTabZoneSpecificationJustification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentFormatOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentFormatOptionsRequested.cs index 8c9bf81..a608387 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentFormatOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentFormatOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the requested options for document format. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentGenerationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentGenerationDetail.cs index 616cfe5..2180c75 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentGenerationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentGenerationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the document generation detail information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentRequirementsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentRequirementsDetail.cs index 0bfea1c..ba556d1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentRequirementsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/DocumentRequirementsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the document requirements detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ETDDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ETDDetail.cs index cb127b8..cacbf43 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ETDDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ETDDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify all information on how the electronic Trade document references used with the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailLabelDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailLabelDetail.cs index 8f08780..6397585 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailLabelDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailLabelDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are specific information about the pending email label.<br>Required when PendingShipmentType is EMAIL.<br>Not applicable for CreateTag. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequested.cs index 6a1bb75..f14581b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are to indicate how the email notifications for the pending shipment to be processed. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequestedOptions.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequestedOptions.cs index d9d2fdd..239856e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequestedOptions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailOptionsRequestedOptions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum EmailOptionsRequestedOptions diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipient.cs index 25ea697..88c3e02 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are the recipient details for the online email return label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipientRole.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipientRole.cs index 810036f..573548d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipientRole.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/EmailRecipientRole.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum EmailRecipientRole diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetail.cs index 577c797..97fca83 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are export Detail used for US or CA exports. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetailB13AFilingOption.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetailB13AFilingOption.cs index d81b1dc..3ccbb8d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetailB13AFilingOption.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExportDetailB13AFilingOption.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ExportDetailB13AFilingOption diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExpressFreightDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExpressFreightDetail.cs index e98903d..18cd48f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ExpressFreightDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ExpressFreightDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the advance booking number, shipper load /count and packing list details. This details must be provided by the user during freight shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/FixedValue.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/FixedValue.cs index a242557..d17fe6e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/FixedValue.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/FixedValue.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class FixedValue : Money diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/GeneralAgencyAgreementDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/GeneralAgencyAgreementDetail.cs index 9c22f21..13225ec 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/GeneralAgencyAgreementDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/GeneralAgencyAgreementDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify details to generate general agency agreement detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityContent001.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityContent001.cs index c75404e..dec947f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityContent001.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityContent001.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Customer-provided specifications for handling individual commodities. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01.cs index 3e125c2..2d2fa2f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Required<br>Details of hazardous commodity description. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01PackingGroup.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01PackingGroup.cs index 5441548..586aa55 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01PackingGroup.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityDescription01PackingGroup.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HazardousCommodityDescription01PackingGroup diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityInnerReceptacleDetail01.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityInnerReceptacleDetail01.cs index af5183d..c6d50ec 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityInnerReceptacleDetail01.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityInnerReceptacleDetail01.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class HazardousCommodityInnerReceptacleDetail01 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01.cs index 3233041..1449fac 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates details of hazardous commodity option detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01LabelTextOption.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01LabelTextOption.cs index e3e8062..4433dbb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01LabelTextOption.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityOptionDetail01LabelTextOption.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HazardousCommodityOptionDetail01LabelTextOption diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityPackingDetail01.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityPackingDetail01.cs index 9ae62a1..36ed165 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityPackingDetail01.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityPackingDetail01.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies documentation and limits for validation of an individual packing group/category. DG Data Upload Mode: Required (IATA), Optional (Other), DG Full Validation Mode: Required (IATA), Optional (Other), diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail.cs index 61014be..9e21dfc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the Hazardous commodity quantity details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002.cs index afebe65..082b20b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the Hazardous Commodity Quantity Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002QuantityType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002QuantityType.cs index f3b58d9..eccdbd2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002QuantityType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetail002QuantityType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HazardousCommodityQuantityDetail002QuantityType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetailQuantityType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetailQuantityType.cs index 078a8d4..0af229a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetailQuantityType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HazardousCommodityQuantityDetailQuantityType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HazardousCommodityQuantityDetailQuantityType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetail.cs index 57df7d3..dc2eb2b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify required information for a shipment to be held at destination FedEx location.<br><i>Note: This object HoldAtLocationDetail is Required, when HOLD_AT_LOCATION is chosen in the specialServiceTypes.</i> diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetailLocationType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetailLocationType.cs index c40c553..be4afb6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetailLocationType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HoldAtLocationDetailLocationType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HoldAtLocationDetailLocationType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetail.cs index 75c2d50..8a0e69c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are Special service elements for FedEx Ground Home Delivery shipments. If selected, element homedeliveryPremiumType is mandatory. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs index 2ea1114..e93b0fc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/HomeDeliveryPremiumDetailHomedeliveryPremiumType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum HomeDeliveryPremiumDetailHomedeliveryPremiumType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetail.cs index ed8bbe2..ee9dd20 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify International Controlled Export shipment Details.<br>Note: licenseOrPermitExpirationDate and licenseOrPermitNumber are not required when type is WAREHOUSE_WITHDRAWAL. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetailType.cs index 780fb02..0bdeb20 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalControlledExportDetailType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum InternationalControlledExportDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalTrafficInArmsRegulationsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalTrafficInArmsRegulationsDetail.cs index 04421ea..77907e0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalTrafficInArmsRegulationsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/InternationalTrafficInArmsRegulationsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are International Traffic In Arms Regulations shipment service details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/JustContactAndAddress.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/JustContactAndAddress.cs index 98f0ade..0d6cbe1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/JustContactAndAddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/JustContactAndAddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class JustContactAndAddress diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LABELRESPONSEOPTIONS.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LABELRESPONSEOPTIONS.cs index febe32b..7d215e0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LABELRESPONSEOPTIONS.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LABELRESPONSEOPTIONS.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// LabelResponseOptions specifies the label generation format.<br>Example:URL_ONLY diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVO.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVO.cs index b01d070..a638eac 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVO.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are shipping document/label specific information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVOContentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVOContentType.cs index 68c8476..485379d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVOContentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelResponseVOContentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelResponseVOContentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecification.cs index 90f8095..4875d32 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are label specification details includes the image type, printer format, and label stock for label. Can also specify specific details such as doc-tab content, regulatory labels, and masking data on the label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationImageType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationImageType.cs index f7d5224..97d69ba 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationImageType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationImageType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationImageType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelFormatType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelFormatType.cs index 11ed5e6..059cafb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelFormatType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelFormatType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationLabelFormatType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelOrder.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelOrder.cs index 1036612..86bc90a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelOrder.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelOrder.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationLabelOrder diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelPrintingOrientation.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelPrintingOrientation.cs index c4bfec5..8ce5533 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelPrintingOrientation.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelPrintingOrientation.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationLabelPrintingOrientation diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelRotation.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelRotation.cs index d2ff089..c77f708 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelRotation.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelRotation.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationLabelRotation diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelStockType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelStockType.cs index 0610541..16dd770 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelStockType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LabelSpecificationLabelStockType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum LabelSpecificationLabelStockType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/LicenseOrPermitDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/LicenseOrPermitDetail.cs index 138ee9d..87e7662 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/LicenseOrPermitDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/LicenseOrPermitDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This contains the ADR license information, which identifies the license number, the effective date and the expiration date under which the customer is allowed to ship. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/MaskedData.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/MaskedData.cs index 09b1f61..27cf27c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/MaskedData.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/MaskedData.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum MaskedData diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/MasterTrackingId.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/MasterTrackingId.cs index 87033e3..5819c7f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/MasterTrackingId.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/MasterTrackingId.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the tracking details of the package.Required for child shipments of an oneLabelAtATime shipments diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Message.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Message.cs index 9f3aeea..df32f50 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Message.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Message.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the advisory details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/MessageParameter.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/MessageParameter.cs index 85e08b9..cc31cd8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/MessageParameter.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/MessageParameter.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class MessageParameter diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Money.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Money.cs index 8ce5400..532ca42 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Money.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Money.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This customs value is applicable for all items(or units) under the specified commodity diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/NetExplosiveDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/NetExplosiveDetail.cs index 26b9056..e146194 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/NetExplosiveDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/NetExplosiveDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the total mass of the contained explosive substances, without the mass of any casings, bullets, shells, etc. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/NotificationEventType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/NotificationEventType.cs index 6b32135..36b6613 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/NotificationEventType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/NotificationEventType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum NotificationEventType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Op900Detail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Op900Detail.cs index 06f07c9..c3f4a16 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Op900Detail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Op900Detail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify details to generate the OP-900 document for hazardous material packages. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/OpenShipmentAction.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/OpenShipmentAction.cs index 99fdf0c..034417c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/OpenShipmentAction.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/OpenShipmentAction.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate shipment action for the Shipment. <ul><li>CONFIRM &ndash; used in case of shipment submission</li><li>TRANSFER &ndash; used in case of Email Label Shipment or Pending Shipment submission. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/OperationalInstructions.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/OperationalInstructions.cs index 41a1ca0..29a0fed 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/OperationalInstructions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/OperationalInstructions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class OperationalInstructions diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Options.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Options.cs index f20fcb7..f6a80af 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Options.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Options.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Options diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageBarcodes.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageBarcodes.cs index a9dbd8d..13b2f9d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageBarcodes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageBarcodes.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are package barcode details. Each instance of this data type represents the set of barcodes (of all types) which are associated with a specific package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageCODDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageCODDetail.cs index 3af2bee..70c08cc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageCODDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageCODDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are COD package details. For use with FedEx Ground services only; COD must be present in shipments special services. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageOperationalDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageOperationalDetail.cs index 5c6e3ab..37cadf1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageOperationalDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageOperationalDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Package-level data required for labeling and/or movement. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRateDetail.cs index 6d9e7a3..59aeebb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are package rate details, as calculated per a specific rate type. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRating.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRating.cs index 673a5ce..d71b866 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRating.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageRating.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This class groups together all package-level rate data for a single package (across all rate types) as part of the response to a shipping request, which groups shipment-level data together and groups package-level data by package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequested.cs index 753d7bf..d6100bd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are special services that are available at the package level for some or all service types. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequestedSignatureOptionType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequestedSignatureOptionType.cs index 0f15b73..df70a3f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequestedSignatureOptionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PackageSpecialServicesRequestedSignatureOptionType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum PackageSpecialServicesRequestedSignatureOptionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAccountNumber.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAccountNumber.cs index ecadeb7..fb6c1c3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAccountNumber.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAccountNumber.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is FedEx Account number details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress.cs index 8e011ab..e5774be 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// 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). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_1.cs index 33f7449..a585cdb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// 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). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_2.cs index 3c45008..43dc250 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyAddress_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// 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). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact.cs index 3d3180f..0f61138 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the contact details for this shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact_1.cs index a8f073d..55c27a5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PartyContact_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the contact details for this shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_1.cs index 52f4b57..704edb1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Party_1 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_2.cs index 5ac14b0..3f4acff 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to provide the attributes such as physical address, contact information and account number information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_3.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_3.cs index 53ccb9b..ba130a3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_3.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Party_3.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Party_3 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment.cs index a04005e..c0e94eb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the payment details specifying the method and means of payment to FedEx for providing shipping services. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PaymentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PaymentType.cs index a625a18..528a1e1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PaymentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PaymentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum PaymentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1.cs index aecffca..e7e625b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is a payment type, basically indicates who is the payor for the shipment.Conditional required for International Shipments diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1PaymentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1PaymentType.cs index e019193..d382e71 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1PaymentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payment_1PaymentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Payment_1PaymentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor.cs index bdf3f54..ca88229 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Payor is mandatory when the paymentType is RECIPIENT, THIRD_PARTY or COLLECT. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor_1.cs index 25760f7..28b7d2e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Payor_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Information about the person who is paying for the shipment. Not applicable for credit card payment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessDetail.cs index 21c25b0..f512309 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This information describes how and when a online email return label shipment may be accessed for completion. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessorDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessorDetail.cs index d63536a..ae7c941 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessorDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentAccessorDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies details for how to access the pending email return label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetail.cs index 0160e30..732944a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This object is used to specify the Pending Shipment Type for Email label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetailPendingShipmentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetailPendingShipmentType.cs index 91cbe4f..555da96 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetailPendingShipmentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentDetailPendingShipmentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum PendingShipmentDetailPendingShipmentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentProcessingOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentProcessingOptionsRequested.cs index b3787cc..f17b877 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentProcessingOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PendingShipmentProcessingOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to allow the Email Label shipment originator, specify if the Email label shipment completer can make modifications to editable shipment data. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PhoneNumber1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PhoneNumber1.cs index 0ba3ee3..1df5674 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PhoneNumber1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PhoneNumber1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the phone number. Only numeric values allowed.<br> Note that phoneNumber is mandatory when homedeliveryPremiumType is DATE_CERTAIN or EVENING. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponse.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponse.cs index 9a931d7..fa4d3d7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponse.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponse.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Piece Response information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponseServiceCategory.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponseServiceCategory.cs index ba0d1dc..af83ba9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponseServiceCategory.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PieceResponseServiceCategory.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum PieceResponseServiceCategory diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/PriorityAlertDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/PriorityAlertDetail.cs index cbbaa90..67dd1b0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/PriorityAlertDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/PriorityAlertDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the Priority Alert Detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ProcessingOptions.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ProcessingOptions.cs index a9d334d..1752c6e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ProcessingOptions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ProcessingOptions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ProcessingOptions diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ProductName.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ProductName.cs index 9a7f0b3..48980e0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ProductName.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ProductName.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Product Name information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RateDiscount.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RateDiscount.cs index f694c98..6c20d52 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RateDiscount.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RateDiscount.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies discount Rate for Shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RateRequestType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RateRequestType.cs index 18837f2..ec432d0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RateRequestType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RateRequestType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RateRequestType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Recipient.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Recipient.cs index 0e2c359..2efea71 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Recipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Recipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class Recipient : RecipientsParty diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsId.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsId.cs index 1c1300d..7fbd3c6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsId.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsId.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this element to provide valid identification details. Used for populating brazil tax id. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsIdType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsIdType.cs index 34bc1d6..c45646f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsIdType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientCustomsIdType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RecipientCustomsIdType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientsParty.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientsParty.cs index 8d05469..2d99b2d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientsParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecipientsParty.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The descriptive information of the recipient for the shipment and the physical location for the package destination. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecommendedDocumentSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecommendedDocumentSpecification.cs index a4251f2..3a2e0c1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RecommendedDocumentSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RecommendedDocumentSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are documents that are recommended to be included with the shipment.<br>Example:ANTIQUE_STATEMENT_EUROPEAN_UNION diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryAdvisoryDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryAdvisoryDetail.cs index 1ad2972..fc02918 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryAdvisoryDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryAdvisoryDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the regulatory advisory details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryControls.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryControls.cs index 97b5934..8a7a456 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryControls.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryControls.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RegulatoryControls diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetail.cs index 49a947e..1085a33 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class RegulatoryLabelContentDetail diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailGenerationOptions.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailGenerationOptions.cs index 7f2c7ad..f3755a2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailGenerationOptions.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailGenerationOptions.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RegulatoryLabelContentDetailGenerationOptions diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailType.cs index 525cc6e..20eac7f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryLabelContentDetailType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RegulatoryLabelContentDetailType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryProhibition.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryProhibition.cs index 8c47290..a61b6d6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryProhibition.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryProhibition.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class RegulatoryProhibition diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryWaiver.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryWaiver.cs index 7273385..ebeb1e3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryWaiver.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RegulatoryWaiver.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the regulatory waiver. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedDocumentTypes.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedDocumentTypes.cs index f2c5e4f..ed24423 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedDocumentTypes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedDocumentTypes.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RequestedDocumentTypes diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedPackageLineItem.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedPackageLineItem.cs index e06c1b9..0611bbd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedPackageLineItem.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedPackageLineItem.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are one or more package-attribute descriptions, each of which describes an individual package, a group of identical packages, or (for the total-piece-total-weight case) common characteristics of all packages in the shipment.<ul><li>At least one instance containing the weight for at least one package is required for EXPRESS and GROUND shipments.</li><li>Single piece requests will have one RequestedPackageLineItem.</li><li>Multiple piece requests will have multiple RequestedPackageLineItems.</li><li>Maximum occurrences is 30.</li></ul> diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipment.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipment.cs index c933acc..a3c3bd2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipment.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipment.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The descriptive data of the requested shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPackageType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPackageType.cs index 56bddc2..f2b3772 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPackageType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPackageType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RequestedShipmentPackageType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPickupType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPickupType.cs index 80ad37c..98d9ac3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPickupType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentPickupType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RequestedShipmentPickupType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentServiceType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentServiceType.cs index e95a3c5..9276cc8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentServiceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentServiceType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RequestedShipmentServiceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentSpecialServiceType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentSpecialServiceType.cs index 4d32a94..7746979 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentSpecialServiceType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RequestedShipmentSpecialServiceType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum RequestedShipmentSpecialServiceType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ResponsiblePartyParty.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ResponsiblePartyParty.cs index 949a111..e195f16 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ResponsiblePartyParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ResponsiblePartyParty.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the payer Information responsible for paying for the shipment. <br>Note: ResponsibleParty accountNumber is required for ACCOUNT based services. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/RetrieveDateRange.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/RetrieveDateRange.cs index 9f0ea3c..34afcc4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/RetrieveDateRange.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/RetrieveDateRange.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Date Range for custom delivery request; only used if type is BETWEEN. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnAssociationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnAssociationDetail.cs index e647be9..4ae855b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnAssociationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnAssociationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the details of an outbound shipment in order to associate the return shipment to it. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnEmailDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnEmailDetail.cs index e24d90c..850de02 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnEmailDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnEmailDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are email details for the return shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnInstructionsDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnInstructionsDetail.cs index 512a425..dd0047f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnInstructionsDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnInstructionsDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are return instruction details which will be returned in the transaction to be printed on Return Label. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnMerchandiseAuthorization.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnMerchandiseAuthorization.cs index 7beec54..71fe548 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnMerchandiseAuthorization.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnMerchandiseAuthorization.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is a Return Merchant Authorization (RMA) for the return shipment.<br> Reason for the requirement is mandatory. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetail.cs index 63aef06..a38412c 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object for specifying return shipment details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetailReturnType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetailReturnType.cs index c405249..8ade509 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetailReturnType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShipmentDetailReturnType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ReturnShipmentDetailReturnType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormat.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormat.cs index a01aafc..d823908 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormat.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormat.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are characteristics of a shipping document to be produced. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatDocType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatDocType.cs index 4618ff6..45a215f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatDocType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatDocType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ReturnShippingDocumentFormatDocType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatStockType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatStockType.cs index b6b62f0..7111935 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatStockType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ReturnShippingDocumentFormatStockType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ReturnShippingDocumentFormatStockType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ServiceDescription.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ServiceDescription.cs index 349537c..56d0fab 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ServiceDescription.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ServiceDescription.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Descriptions for a service. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipEmailDispositionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipEmailDispositionDetail.cs index 157b34b..19356a6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipEmailDispositionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipEmailDispositionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are email disposition details. Provides the type and email addresses of e-mail recipients. If returnedDispositionDetail in labelSpecification is set as true then email will be send with label and documents copy. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipMergeLabelDocOption.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipMergeLabelDocOption.cs index ee2e778..8479650 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipMergeLabelDocOption.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipMergeLabelDocOption.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipMergeLabelDocOption diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetail.cs index f32c56b..6ee1658 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is used to provide eMail notification information.. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetailAggregationType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetailAggregationType.cs index 93bcc18..0eba142 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetailAggregationType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEMailNotificationDetailAggregationType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipShipmentEMailNotificationDetailAggregationType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipient.cs index cb8c146..5c852a3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are recipient details for receiving email notification. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientEmailNotificationRecipientType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientEmailNotificationRecipientType.cs index 3ef9807..c7ea013 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientEmailNotificationRecipientType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientEmailNotificationRecipientType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipShipmentEmailNotificationRecipientEmailNotificationRecipientType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationFormatType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationFormatType.cs index 09c6ac9..3b7f2cb 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationFormatType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationFormatType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipShipmentEmailNotificationRecipientNotificationFormatType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationType.cs index b8306d8..621ee44 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipShipmentEmailNotificationRecipientNotificationType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipShipmentEmailNotificationRecipientNotificationType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentAdvisoryDetails.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentAdvisoryDetails.cs index bbf0827..410d8a9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentAdvisoryDetails.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentAdvisoryDetails.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are shipment advisory details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetail.cs index 480ad7f..b4059cf 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is the shipment level COD detail. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailCodCollectionType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailCodCollectionType.cs index 22d1eb4..f6fec79 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailCodCollectionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailCodCollectionType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipmentCODDetailCodCollectionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailReturnReferenceIndicatorType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailReturnReferenceIndicatorType.cs index 4099445..4715415 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailReturnReferenceIndicatorType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentCODDetailReturnReferenceIndicatorType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShipmentCODDetailReturnReferenceIndicatorType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail.cs index d6a27b0..6c886a4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the shipment level totals of dry ice data across all packages. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail_1.cs index 34554ab..d14220a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceDetail_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is the descriptive data required for a FedEx shipment containing dangerous materials. This element is required when SpecialServiceType DRY_ICE is selected.<p><i>Note:<ul><li>Dry Ice is a Package level Special Service for Domestic and International shipments.</li><li>Dry Ice must be declared at both Shipment and Package level for International MPS shipments to print the compliance statement on Airway Bill labels.</li></ul></i></p> diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceProcessingOptionsRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceProcessingOptionsRequested.cs index 4e0bad9..649a411 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceProcessingOptionsRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentDryIceProcessingOptionsRequested.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify that dry ice information is only applicable at the shipment level. Package level dry ice information would not apply. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentLegRateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentLegRateDetail.cs index a6149b5..f574a81 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentLegRateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentLegRateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is a placeholder for single leg of a shipment rates details, as calculated per a specific rate type. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentOperationalDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentOperationalDetail.cs index bd6550c..ee8415b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentOperationalDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentOperationalDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the shipment level operational information. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRateDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRateDetail.cs index dbffe6a..0983305 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRateDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRateDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is a placeholder for shipment total/summary rates details, as calculated per a specific rate type. The totals may differ from the sum of corresponding package data for Multiweight or Express MPS. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRating.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRating.cs index 34843eb..9ef2e9a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRating.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentRating.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// All shipment-level rating data for this shipment, which may include data for multiple rate types. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentSpecialServicesRequested.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentSpecialServicesRequested.cs index c951e0e..0186f22 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentSpecialServicesRequested.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipmentSpecialServicesRequested.cs @@ -1,6 +1,6 @@ -using TradeManageNew.APIClients.FedexAPI.Utils; +using TradeManageNew.APIClients.FedexApi.Utils; -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the special services requested at the shipment level.<br>If the shipper is requesting a special service which requires additional data (such as the COD amount), the shipment special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below.<br>RETURN_SHIPMENT is required for creating return shipments. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperAccountNumber.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperAccountNumber.cs index d2f1ce2..dbab1dd 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperAccountNumber.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperAccountNumber.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The account number associated with the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperParty.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperParty.cs index e44fd41..a67631e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShipperParty.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the Shipper contact details for this shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetail.cs index b8d942f..7bf632b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are document diposition details. Each occurrence of this class specifies a particular way in which a kind of shipping document is to be produced and provided. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetailDispositionType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetailDispositionType.cs index 7dacaf4..5a02187 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetailDispositionType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentDispositionDetailDispositionType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentDispositionDetailDispositionType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetail.cs index 4ebfd4b..faf47b3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies how to e-mail shipping documents. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetailGrouping.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetailGrouping.cs index 4fa5d07..afc968a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetailGrouping.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailDetailGrouping.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentEmailDetailGrouping diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipient.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipient.cs index 68fcb36..20e6f2a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipient.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipient.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class ShippingDocumentEmailRecipient diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipientRecipientType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipientRecipientType.cs index bad7bd6..ffe58fc 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipientRecipientType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentEmailRecipientRecipientType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentEmailRecipientRecipientType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormat.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormat.cs index b889c8f..35b729a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormat.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormat.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the shipping document format. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatDocType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatDocType.cs index 613a1c6..af20ad6 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatDocType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatDocType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentFormatDocType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatStockType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatStockType.cs index 48a2ed0..92bf639 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatStockType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentFormatStockType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentFormatStockType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentSpecification.cs index a1e697c..cc3052e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to provide all data required for additional (non-label) shipping documents to be produced. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentTypes.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentTypes.cs index 8e71923..cf10817 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentTypes.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ShippingDocumentTypes.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum ShippingDocumentTypes diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SignatureOptionDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SignatureOptionDetail.cs index 2c31a91..9923a89 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SignatureOptionDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SignatureOptionDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This element specifies Signature option details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetail.cs index 82a9614..ac63a06 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Use this object to specify the smartpost shipment details. <br>Required for SMARTPOST service. If SmartPostInfoDetail is indicated, the elements below it are also required. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailAncillaryEndorsement.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailAncillaryEndorsement.cs index 5686fea..95260ee 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailAncillaryEndorsement.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailAncillaryEndorsement.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum SmartPostInfoDetailAncillaryEndorsement diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailIndicia.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailIndicia.cs index f1e50d3..a991eb9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailIndicia.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailIndicia.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum SmartPostInfoDetailIndicia diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailSpecialServices.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailSpecialServices.cs index 5d3cb26..c8d6473 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailSpecialServices.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SmartPostInfoDetailSpecialServices.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum SmartPostInfoDetailSpecialServices diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/SoldToParty.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/SoldToParty.cs index 356fd60..8484eb9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/SoldToParty.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/SoldToParty.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Will indicate the party responsible for purchasing the goods shipped from the shipper to the recipient. The sold to party is not necessarily the recipient or the importer of record. The sold to party is relevant when the purchaser, rather than the recipient determines when certain customs regulations apply. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetails.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetails.cs index 250828f..b0831de 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetails.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetails.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class StandaloneBatteryDetails diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetailsBatteryMaterialType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetailsBatteryMaterialType.cs index 4fef80b..56fa204 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetailsBatteryMaterialType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/StandaloneBatteryDetailsBatteryMaterialType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum StandaloneBatteryDetailsBatteryMaterialType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/StringBarcode.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/StringBarcode.cs index 5e0632b..fb45a4f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/StringBarcode.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/StringBarcode.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Each instance of this data type represents a barcode whose content must be represented as ASCII text (i.e. not binary data). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Surcharge.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Surcharge.cs index 46dfd85..bea9f7d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Surcharge.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Surcharge.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are surcharges details.<br><a onclick='loadDocReference("surcharges")'>click here to see Surcharges</a> diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Tax.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Tax.cs index dc9bc35..4b4c528 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Tax.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Tax.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the tax for the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentification.cs index 6593f0c..e77bda9 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class TaxpayerIdentification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentificationTinType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentificationTinType.cs index 36c3eda..b9580c7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentificationTinType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/TaxpayerIdentificationTinType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum TaxpayerIdentificationTinType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/TrackingId.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/TrackingId.cs index dce14d9..a305272 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/TrackingId.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/TrackingId.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the tracking details of the package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionDetailVO.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionDetailVO.cs index 431dec7..5a000ac 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionDetailVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionDetailVO.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class TransactionDetailVO diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionShipmentOutputVO.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionShipmentOutputVO.cs index 63d0eaa..09c1bf8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionShipmentOutputVO.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/TransactionShipmentOutputVO.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies shipping transaction output details diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Types.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Types.cs index c9fe248..19b3da1 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Types.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Types.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Types diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail.cs index 66c637b..209bdf7 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the document upload reference details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetailDocumentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetailDocumentType.cs index cec8132..1f9286a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetailDocumentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetailDocumentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UploadDocumentReferenceDetailDocumentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1.cs index 843011b..f39ab92 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the document upload reference details. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1DocumentType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1DocumentType.cs index e46bd70..90ab57a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1DocumentType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UploadDocumentReferenceDetail_1DocumentType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UploadDocumentReferenceDetail_1DocumentType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetail.cs index e5ae84c..423f9db 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The instructions indicating how to print the USMCA Certificate of Origin (e.g. whether or not to include the instructions, image type, etc ...). diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailCertifierSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailCertifierSpecification.cs index 7f20d64..2e11d25 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailCertifierSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailCertifierSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCertificationOfOriginDetailCertifierSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailImporterSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailImporterSpecification.cs index ab8311a..b06f798 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailImporterSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailImporterSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCertificationOfOriginDetailImporterSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailProducerSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailProducerSpecification.cs index 7a9f1f4..1573bfa 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailProducerSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCertificationOfOriginDetailProducerSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCertificationOfOriginDetailProducerSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetail.cs index 3cad643..5431335 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// The instructions indicating commercial invoice certification of origin. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailCertifierSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailCertifierSpecification.cs index 47a1dd3..d7431e3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailCertifierSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailCertifierSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCommercialInvoiceCertificationOfOriginDetailCertifierSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailImporterSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailImporterSpecification.cs index a48a9d7..0e7aeba 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailImporterSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailImporterSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCommercialInvoiceCertificationOfOriginDetailImporterSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailProducerSpecification.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailProducerSpecification.cs index 64f905c..737c33d 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailProducerSpecification.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaCommercialInvoiceCertificationOfOriginDetailProducerSpecification.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaCommercialInvoiceCertificationOfOriginDetailProducerSpecification diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetail.cs index aeef82f..e98f9f5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicates the USMCA detail diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetailOriginCriterion.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetailOriginCriterion.cs index e37b8f8..0e53c0a 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetailOriginCriterion.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaDetailOriginCriterion.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaDetailOriginCriterion diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetail.cs index 4474a49..885bca8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specify the low Value statement necessary for printing the USMCA for Customs documentation. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetailCustomsRole.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetailCustomsRole.cs index 36c4fd9..2d8fc8b 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetailCustomsRole.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/UsmcaLowValueStatementDetailCustomsRole.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum UsmcaLowValueStatementDetailCustomsRole diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityContent.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityContent.cs index 6a17907..74c1870 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityContent.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityContent.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These the details on the kind and quantity of an individual hazardous commodity in a package. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityDescription.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityDescription.cs index 07e40a4..2becb4f 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityDescription.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousCommodityDescription.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Identifies and describes an individual hazardous commodity. For 201001 load, this is based on data from the FedEx Ground Hazardous Materials Shipping Guide. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousContainer.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousContainer.cs index 2996fe6..66c85a2 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousContainer.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/ValidatedHazardousContainer.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Specifies the details of a container used to package dangerous goods commodities. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetail.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetail.cs index 08ae982..45270d5 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetail.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetail.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// Indicate the details about how to calculate variable handling charges at the shipment level. They can be based on a percentage of the shipping charges or a fixed amount. If indicated, element rateLevelType is required. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateElementBasis.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateElementBasis.cs index 2688954..f73027e 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateElementBasis.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateElementBasis.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum VariableHandlingChargeDetailRateElementBasis diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateLevelType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateLevelType.cs index 2ba174e..d90deec 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateLevelType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateLevelType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum VariableHandlingChargeDetailRateLevelType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateType.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateType.cs index 25a44e6..ea9c984 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateType.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/VariableHandlingChargeDetailRateType.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum VariableHandlingChargeDetailRateType diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight.cs index c574827..1d9b5c4 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are the package weight details.<br>Note: Weight is not required for One rate shipments diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/WeightUnits.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/WeightUnits.cs index 1b84555..4e9ecb8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/WeightUnits.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/WeightUnits.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum WeightUnits diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1.cs index d0863ca..c7380d3 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// This is the total dry ice weight in all the packages of the shipment. diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1Units.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1Units.cs index 7c0aa79..00c07ee 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_1Units.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Weight_1Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3.cs index 8ccea45..4c2d194 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// These are the package weight details.<br>Note: Weight is not required for One rate shipments diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3Units.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3Units.cs index 38e8b6e..2670dc0 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_3Units.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Weight_3Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4.cs index 6a77a73..b371f51 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { /// /// It is the total weight of the commodity.<br>Note: Weight is not required for One rate shipments diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4Units.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4Units.cs index 7b3a23b..89da863 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4Units.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/Weight_4Units.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum Weight_4Units diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/options2.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/options2.cs index 855784e..a0da8c8 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/options2.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/options2.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum options2 diff --git a/TradeManageNew/APIClients/FedexApi/Models/Ship/options3.cs b/TradeManageNew/APIClients/FedexApi/Models/Ship/options3.cs index 6ea0bb3..92ee067 100644 --- a/TradeManageNew/APIClients/FedexApi/Models/Ship/options3.cs +++ b/TradeManageNew/APIClients/FedexApi/Models/Ship/options3.cs @@ -1,4 +1,4 @@ -namespace TradeManageNew.APIClients.FedexAPI.Models.Ship +namespace TradeManageNew.APIClients.FedexApi.Models.Ship { [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public enum options3 diff --git a/TradeManageNew/APIClients/FedexApi/Services/RatesAndTransitTimesService.cs b/TradeManageNew/APIClients/FedexApi/Services/RatesAndTransitTimesService.cs index 011aa8f..2ff528a 100644 --- a/TradeManageNew/APIClients/FedexApi/Services/RatesAndTransitTimesService.cs +++ b/TradeManageNew/APIClients/FedexApi/Services/RatesAndTransitTimesService.cs @@ -1,10 +1,10 @@ using System.Net; -using TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes; -using TradeManageNew.APIClients.FedexAPI.Models; +using TradeManageNew.APIClients.FedexApi.Models; +using TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes; // ReSharper disable InconsistentNaming -namespace TradeManageNew.APIClients.FedexAPI.Services +namespace TradeManageNew.APIClients.FedexApi.Services { public class RatesAndTransitTimesService : RequestService { diff --git a/TradeManageNew/APIClients/FedexApi/Services/RequestService.cs b/TradeManageNew/APIClients/FedexApi/Services/RequestService.cs index a65e1a2..e075df0 100644 --- a/TradeManageNew/APIClients/FedexApi/Services/RequestService.cs +++ b/TradeManageNew/APIClients/FedexApi/Services/RequestService.cs @@ -9,12 +9,12 @@ using System.Runtime.Caching; using System.Text; using System.Threading; using System.Threading.Tasks; -using TradeManageNew.APIClients.FedexAPI.Models; using Newtonsoft.Json; +using TradeManageNew.APIClients.FedexApi.Models; // ReSharper disable InconsistentNaming -namespace TradeManageNew.APIClients.FedexAPI.Services +namespace TradeManageNew.APIClients.FedexApi.Services { public class RequestService { @@ -95,7 +95,7 @@ namespace TradeManageNew.APIClients.FedexAPI.Services private async Task GetAccessTokenAsync() { MemoryCache memoryCache = MemoryCache.Default; - string fedexAccessTokenKey = MemoryCacheKeys.FEDEX_ACCESS_TOKEN_KEY; + string fedexAccessTokenKey = $"{MemoryCacheKeys.FEDEX_ACCESS_TOKEN_PREFIX}_{ClientId}"; string fedexAccessTokenValue = memoryCache.Get(fedexAccessTokenKey) as string; diff --git a/TradeManageNew/APIClients/FedexApi/Services/ShipService.cs b/TradeManageNew/APIClients/FedexApi/Services/ShipService.cs index 219faf1..b82575a 100644 --- a/TradeManageNew/APIClients/FedexApi/Services/ShipService.cs +++ b/TradeManageNew/APIClients/FedexApi/Services/ShipService.cs @@ -1,10 +1,10 @@ using System.Net; -using TradeManageNew.APIClients.FedexAPI.Models.Ship; -using TradeManageNew.APIClients.FedexAPI.Models; +using TradeManageNew.APIClients.FedexApi.Models; +using TradeManageNew.APIClients.FedexApi.Models.Ship; // ReSharper disable InconsistentNaming -namespace TradeManageNew.APIClients.FedexAPI.Services +namespace TradeManageNew.APIClients.FedexApi.Services { public class ShipService : RequestService { diff --git a/TradeManageNew/APIClients/FedexApi/Tests/RatesAndTransitTimesTests.cs b/TradeManageNew/APIClients/FedexApi/Tests/RatesAndTransitTimesTests.cs index 7e65b34..3583c63 100644 --- a/TradeManageNew/APIClients/FedexApi/Tests/RatesAndTransitTimesTests.cs +++ b/TradeManageNew/APIClients/FedexApi/Tests/RatesAndTransitTimesTests.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes; -using TradeManageNew.APIClients.FedexAPI.Tests; +using System.Collections.Generic; +using TradeManageNew.APIClients.FedexApi.Models.RatesAndTransitTimes; namespace TradeManageNew.APIClients.FedexApi.Tests { @@ -33,74 +29,7 @@ namespace TradeManageNew.APIClients.FedexApi.Tests StateOrProvinceCode = "FL", CountryCode = "US", PostalCode = "32226", - - }, - }, - Recipient = new RateParty - { - Address = new RateAddress - { - City = "SAINT SIMONS ISLAND", - StateOrProvinceCode = "GA", - CountryCode = "US", - PostalCode = "31522-1867", - Residential = null, //是否住宅 - }, - }, - //ServiceType = RequestedRateServiceType.PRIORITY_OVERNIGHT, - PreferredCurrency = "USD", - //PackagingType = RequestedRatePackageType.FEDEX_ENVELOPE, - PickupType = RequestedShipmentPickupType.USE_SCHEDULED_PICKUP, - RateRequestType = new List() - { - RateRequestType.ACCOUNT - }, - RequestedPackageLineItems = new List() - { - new RequestedPackageLineItem - { - Weight = new Weight_2 - { - Value = 1, - Units = Weight_1_2Units.LB - } - } - } - }, - CarrierCodes = new List() { } - }; - - var response = client.RatesAndTransitTimes.RateAndTransitTimesAsync(parameter) - .ConfigureAwait(false) - .GetAwaiter() - .GetResult(); - } - - public RateAndTransitTimesResp Should_RateAsync_IsReturn() - { - var client = GetClient(); - - var parameter = new RateAndTransitTimesReq - { - AccountNumber = new AccountNumber - { - Value = client.Credential.AccountNumber - }, - RateRequestControlParameters = new RateRequestControlParameters() - { - - }, - RequestedShipment = new RequestedShipment() - { - Shipper = new RateParty - { - Address = new RateAddress - { - City = "Jacksonville", - StateOrProvinceCode = "FL", - CountryCode = "US", - PostalCode = "32226", - + }, }, Recipient = new RateParty @@ -134,16 +63,13 @@ namespace TradeManageNew.APIClients.FedexApi.Tests } } }, - CarrierCodes = new List() { } + CarrierCodes = new List() { } }; - + var response = client.RatesAndTransitTimes.RateAndTransitTimesAsync(parameter) .ConfigureAwait(false) .GetAwaiter() .GetResult(); - - return response; } - } } \ No newline at end of file diff --git a/TradeManageNew/APIClients/FedexApi/Tests/ShipTests.cs b/TradeManageNew/APIClients/FedexApi/Tests/ShipTests.cs index 10c33f3..9451d39 100644 --- a/TradeManageNew/APIClients/FedexApi/Tests/ShipTests.cs +++ b/TradeManageNew/APIClients/FedexApi/Tests/ShipTests.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; -using TradeManageNew.APIClients.FedexAPI.Models.Ship; +using TradeManageNew.APIClients.FedexApi.Models.Ship; -namespace TradeManageNew.APIClients.FedexAPI.Tests +namespace TradeManageNew.APIClients.FedexApi.Tests { public class ShipTests : TestBase { diff --git a/TradeManageNew/APIClients/FedexApi/Tests/TestBase.cs b/TradeManageNew/APIClients/FedexApi/Tests/TestBase.cs index e97030c..e7b13ce 100644 --- a/TradeManageNew/APIClients/FedexApi/Tests/TestBase.cs +++ b/TradeManageNew/APIClients/FedexApi/Tests/TestBase.cs @@ -1,16 +1,14 @@ -using TradeManageNew.APIClients.FedexApi; - -namespace TradeManageNew.APIClients.FedexAPI.Tests +namespace TradeManageNew.APIClients.FedexApi.Tests { public class TestBase { protected static FedexAPIClient GetClient() { var fedexCredential = new FedexCredential(isDebugMode: true) { ReadResponseAsString = true } - .SetWestSandBoxCredential() //西部账户沙箱凭证 - //.SetWestProductionCredential() //西部账户正式凭证 - //.SetEastSandBoxCredential() //东部账户沙箱凭证 - //.SetEastProductionCredential() //东部账户正式凭证; + //.SetWestSandBoxCredential() //西部账户沙箱凭证 + //.SetWestProductionCredential() //西部账户正式凭证 + .SetEastSandBoxCredential() //东部账户沙箱凭证 + //.SetEastProductionCredential() //东部账户正式凭证; ; var client = new FedexAPIClient(fedexCredential); diff --git a/TradeManageNew/APIClients/FedexApi/Utils/JsonConverters.cs b/TradeManageNew/APIClients/FedexApi/Utils/JsonConverters.cs index 56f4b5e..c8a474e 100644 --- a/TradeManageNew/APIClients/FedexApi/Utils/JsonConverters.cs +++ b/TradeManageNew/APIClients/FedexApi/Utils/JsonConverters.cs @@ -5,7 +5,7 @@ using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; -namespace TradeManageNew.APIClients.FedexAPI.Utils +namespace TradeManageNew.APIClients.FedexApi.Utils { internal class EnumCollectionConverter : JsonConverter { diff --git a/TradeManageNew/APIClients/MemoryCacheKeys.cs b/TradeManageNew/APIClients/MemoryCacheKeys.cs index bef7dd1..d5690ea 100644 --- a/TradeManageNew/APIClients/MemoryCacheKeys.cs +++ b/TradeManageNew/APIClients/MemoryCacheKeys.cs @@ -13,8 +13,8 @@ public const string XPO_ACCESS_TOKEN_KEY = "XPOAccessToken"; /// - /// Fedex API access token key. + /// Fedex API access token key prefix. /// - public const string FEDEX_ACCESS_TOKEN_KEY = "FedexAccessToken"; + public const string FEDEX_ACCESS_TOKEN_PREFIX = "FedexAccessToken"; } } \ No newline at end of file diff --git a/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs b/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs index ce541ad..7e86c54 100644 --- a/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs +++ b/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs @@ -18,10 +18,8 @@ #pragma warning disable 8625 // Disable "CS8625 Cannot convert null literal to non-nullable reference type" #pragma warning disable 8765 // Disable "CS8765 Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes)." -namespace APIClients.ShopifyAPI +namespace TradeManageNew.APIClients.ShopifyAPI { - using System = global::System; - [System.CodeDom.Compiler.GeneratedCode("NSwag", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] public partial class ShopifyAPIClient { @@ -36,7 +34,7 @@ namespace APIClients.ShopifyAPI public ShopifyAPIClient() #pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. { - BaseUrl = "http://192.168.1.51:3000/"; + BaseUrl = "http://192.168.1.43:3000/"; Initialize(); } @@ -458,7 +456,7 @@ namespace APIClients.ShopifyAPI /// /// 成功删除产品变体 /// A server side error occurred. - public virtual System.Threading.Tasks.Task DeleteProductVariantAsync(Body3 body) + public virtual System.Threading.Tasks.Task DeleteProductVariantAsync(Body3 body) { return DeleteProductVariantAsync(body, System.Threading.CancellationToken.None); } @@ -472,7 +470,7 @@ namespace APIClients.ShopifyAPI /// /// 成功删除产品变体 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task DeleteProductVariantAsync(Body3 body, System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task DeleteProductVariantAsync(Body3 body, System.Threading.CancellationToken cancellationToken) { if (body == null) throw new System.ArgumentNullException("body"); @@ -520,7 +518,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -528,6 +526,16 @@ namespace APIClients.ShopifyAPI return objectResponse_.Object; } else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ShopifyAPIException("\u8bf7\u6c42\u53c2\u6570\u9519\u8bef", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else { var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); throw new ShopifyAPIException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); @@ -555,7 +563,7 @@ namespace APIClients.ShopifyAPI /// /// 成功下载图片 /// A server side error occurred. - public virtual System.Threading.Tasks.Task DownloadAllProductsImageAsync() + public virtual System.Threading.Tasks.Task DownloadAllProductsImageAsync() { return DownloadAllProductsImageAsync(System.Threading.CancellationToken.None); } @@ -569,7 +577,7 @@ namespace APIClients.ShopifyAPI /// /// 成功下载图片 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task DownloadAllProductsImageAsync(System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task DownloadAllProductsImageAsync(System.Threading.CancellationToken cancellationToken) { var client_ = new System.Net.Http.HttpClient(); var disposeClient_ = true; @@ -611,7 +619,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -646,7 +654,7 @@ namespace APIClients.ShopifyAPI /// /// 成功导出Excel文件 /// A server side error occurred. - public virtual System.Threading.Tasks.Task ExportProductsToExcelAsync() + public virtual System.Threading.Tasks.Task ExportProductsToExcelAsync() { return ExportProductsToExcelAsync(System.Threading.CancellationToken.None); } @@ -660,7 +668,7 @@ namespace APIClients.ShopifyAPI /// /// 成功导出Excel文件 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task ExportProductsToExcelAsync(System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task ExportProductsToExcelAsync(System.Threading.CancellationToken cancellationToken) { var client_ = new System.Net.Http.HttpClient(); var disposeClient_ = true; @@ -702,7 +710,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -734,7 +742,7 @@ namespace APIClients.ShopifyAPI /// /// 创建结果 /// A server side error occurred. - public virtual System.Threading.Tasks.Task CreateAsync(Body4 body) + public virtual System.Threading.Tasks.Task CreateAsync(Body4 body) { return CreateAsync(body, System.Threading.CancellationToken.None); } @@ -745,7 +753,7 @@ namespace APIClients.ShopifyAPI /// /// 创建结果 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task CreateAsync(Body4 body, System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task CreateAsync(Body4 body, System.Threading.CancellationToken cancellationToken) { if (body == null) throw new System.ArgumentNullException("body"); @@ -793,7 +801,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -825,7 +833,7 @@ namespace APIClients.ShopifyAPI /// /// 获取成功 /// A server side error occurred. - public virtual System.Threading.Tasks.Task ListAsync() + public virtual System.Threading.Tasks.Task ListAsync() { return ListAsync(System.Threading.CancellationToken.None); } @@ -836,7 +844,7 @@ namespace APIClients.ShopifyAPI /// /// 获取成功 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task ListAsync(System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task ListAsync(System.Threading.CancellationToken cancellationToken) { var client_ = new System.Net.Http.HttpClient(); var disposeClient_ = true; @@ -878,7 +886,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -910,7 +918,7 @@ namespace APIClients.ShopifyAPI /// /// 删除成功 /// A server side error occurred. - public virtual System.Threading.Tasks.Task DeleteAsync(Body5 body) + public virtual System.Threading.Tasks.Task DeleteAsync(Body5 body) { return DeleteAsync(body, System.Threading.CancellationToken.None); } @@ -921,7 +929,7 @@ namespace APIClients.ShopifyAPI /// /// 删除成功 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task DeleteAsync(Body5 body, System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task DeleteAsync(Body5 body, System.Threading.CancellationToken cancellationToken) { if (body == null) throw new System.ArgumentNullException("body"); @@ -969,7 +977,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -1001,7 +1009,7 @@ namespace APIClients.ShopifyAPI /// /// 连接测试结果 /// A server side error occurred. - public virtual System.Threading.Tasks.Task TestAsync() + public virtual System.Threading.Tasks.Task TestAsync() { return TestAsync(System.Threading.CancellationToken.None); } @@ -1012,7 +1020,7 @@ namespace APIClients.ShopifyAPI /// /// 连接测试结果 /// A server side error occurred. - public virtual async System.Threading.Tasks.Task TestAsync(System.Threading.CancellationToken cancellationToken) + public virtual async System.Threading.Tasks.Task TestAsync(System.Threading.CancellationToken cancellationToken) { var client_ = new System.Net.Http.HttpClient(); var disposeClient_ = true; @@ -1053,7 +1061,7 @@ namespace APIClients.ShopifyAPI var status_ = (int)response_.StatusCode; if (status_ == 200) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); @@ -1063,12 +1071,12 @@ namespace APIClients.ShopifyAPI else if (status_ == 500) { - var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); if (objectResponse_.Object == null) { throw new ShopifyAPIException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); } - throw new ShopifyAPIException("\u670d\u52a1\u5668\u9519\u8bef", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + throw new ShopifyAPIException("\u670d\u52a1\u5668\u9519\u8bef", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); } else { @@ -1431,13 +1439,13 @@ namespace APIClients.ShopifyAPI /// 变体ID /// [Newtonsoft.Json.JsonProperty("id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Id { get; set; } + public string Id { get; set; } /// /// 产品ID /// [Newtonsoft.Json.JsonProperty("product_id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Product_id { get; set; } + public string Product_id { get; set; } /// /// 变体标题 @@ -1455,7 +1463,7 @@ namespace APIClients.ShopifyAPI /// 排序位置 /// [Newtonsoft.Json.JsonProperty("position", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Position { get; set; } + public decimal? Position { get; set; } /// /// 库存策略 @@ -1521,7 +1529,7 @@ namespace APIClients.ShopifyAPI /// 重量(克) /// [Newtonsoft.Json.JsonProperty("grams", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Grams { get; set; } + public decimal? Grams { get; set; } /// /// 库存管理 @@ -1545,7 +1553,7 @@ namespace APIClients.ShopifyAPI /// 重量 /// [Newtonsoft.Json.JsonProperty("weight", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Weight { get; set; } + public decimal? Weight { get; set; } /// /// 重量单位 @@ -1557,19 +1565,19 @@ namespace APIClients.ShopifyAPI /// 库存项ID /// [Newtonsoft.Json.JsonProperty("inventory_item_id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Inventory_item_id { get; set; } + public decimal? Inventory_item_id { get; set; } /// /// 库存数量 /// [Newtonsoft.Json.JsonProperty("inventory_quantity", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Inventory_quantity { get; set; } + public decimal? Inventory_quantity { get; set; } /// /// 旧库存数量 /// [Newtonsoft.Json.JsonProperty("old_inventory_quantity", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Old_inventory_quantity { get; set; } + public decimal? Old_inventory_quantity { get; set; } /// /// GraphQL API ID @@ -1581,7 +1589,7 @@ namespace APIClients.ShopifyAPI /// 图片ID /// [Newtonsoft.Json.JsonProperty("image_id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Image_id { get; set; } + public decimal? Image_id { get; set; } private System.Collections.Generic.IDictionary _additionalProperties; @@ -1601,13 +1609,13 @@ namespace APIClients.ShopifyAPI /// 选项ID /// [Newtonsoft.Json.JsonProperty("id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Id { get; set; } + public string Id { get; set; } /// /// 产品ID /// [Newtonsoft.Json.JsonProperty("product_id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Product_id { get; set; } + public string Product_id { get; set; } /// /// 选项名称 @@ -1619,7 +1627,7 @@ namespace APIClients.ShopifyAPI /// 排序位置 /// [Newtonsoft.Json.JsonProperty("position", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Position { get; set; } + public decimal? Position { get; set; } /// /// 选项值列表 @@ -1913,7 +1921,7 @@ namespace APIClients.ShopifyAPI /// 状态码 /// [Newtonsoft.Json.JsonProperty("code", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Code { get; set; } + public decimal? Code { get; set; } /// /// 响应信息 @@ -1947,6 +1955,58 @@ namespace APIClients.ShopifyAPI [Newtonsoft.Json.JsonProperty("success", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public bool? Success { get; set; } + /// + /// 被删除的变体ID列表 + /// + [Newtonsoft.Json.JsonProperty("data", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public System.Collections.Generic.ICollection Data { get; set; } + + /// + /// 操作结果描述 + /// + [Newtonsoft.Json.JsonProperty("message", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public string Message { 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; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Response3 + { + [Newtonsoft.Json.JsonProperty("success", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public bool? Success { get; set; } + + [Newtonsoft.Json.JsonProperty("message", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public string Message { 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; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Response4 + { + /// + /// 操作是否成功 + /// + [Newtonsoft.Json.JsonProperty("success", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public bool? Success { get; set; } + /// /// 响应信息 /// @@ -1957,7 +2017,7 @@ namespace APIClients.ShopifyAPI /// 下载失败的SKU数量 /// [Newtonsoft.Json.JsonProperty("totalFailedSkus", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? TotalFailedSkus { get; set; } + public decimal? TotalFailedSkus { get; set; } /// /// 下载失败的SKU列表 @@ -1977,7 +2037,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response3 + public partial class Response5 { /// /// 操作是否成功 @@ -2007,7 +2067,7 @@ namespace APIClients.ShopifyAPI /// 导出的产品总数 /// [Newtonsoft.Json.JsonProperty("totalProducts", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? TotalProducts { get; set; } + public decimal? TotalProducts { get; set; } private System.Collections.Generic.IDictionary _additionalProperties; @@ -2021,7 +2081,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response4 + public partial class Response6 { /// /// 操作是否成功 @@ -2053,7 +2113,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response5 + public partial class Response7 { /// /// 操作是否成功 @@ -2068,7 +2128,7 @@ namespace APIClients.ShopifyAPI /// 脚本标签总数 /// [Newtonsoft.Json.JsonProperty("total", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Total { get; set; } + public decimal? Total { get; set; } /// /// 响应信息 @@ -2088,7 +2148,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response6 + public partial class Response8 { /// /// 操作是否成功 @@ -2117,7 +2177,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response7 + public partial class Response9 { /// /// 测试是否成功 @@ -2149,7 +2209,7 @@ namespace APIClients.ShopifyAPI } [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")] - public partial class Response8 + public partial class Response10 { [Newtonsoft.Json.JsonProperty("success", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] public bool? Success { get; set; } @@ -2224,6 +2284,7 @@ namespace APIClients.ShopifyAPI /// Shopify商品ID /// [Newtonsoft.Json.JsonProperty("shoifyGoodsId", Required = Newtonsoft.Json.Required.Always)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] public string ShoifyGoodsId { get; set; } /// @@ -2294,7 +2355,7 @@ namespace APIClients.ShopifyAPI /// 变体ID /// [Newtonsoft.Json.JsonProperty("id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Id { get; set; } + public string Id { get; set; } /// /// 店铺名称 @@ -2312,7 +2373,7 @@ namespace APIClients.ShopifyAPI /// 订单ID /// [Newtonsoft.Json.JsonProperty("orderid", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Orderid { get; set; } + public decimal? Orderid { get; set; } /// /// 订单编号 @@ -2348,7 +2409,7 @@ namespace APIClients.ShopifyAPI /// 退货数量 /// [Newtonsoft.Json.JsonProperty("return_quantity", Required = Newtonsoft.Json.Required.Always)] - public double Return_quantity { get; set; } + public decimal Return_quantity { get; set; } /// /// 解决方案 @@ -2366,13 +2427,13 @@ namespace APIClients.ShopifyAPI /// 订单金额 /// [Newtonsoft.Json.JsonProperty("order_amount", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Order_amount { get; set; } + public decimal? Order_amount { get; set; } /// /// 退款金额 /// [Newtonsoft.Json.JsonProperty("refund_amount", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Refund_amount { get; set; } + public decimal? Refund_amount { get; set; } /// /// 物流跟踪号 @@ -2390,7 +2451,7 @@ namespace APIClients.ShopifyAPI /// 标签成本 /// [Newtonsoft.Json.JsonProperty("label_cost", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Label_cost { get; set; } + public decimal? Label_cost { get; set; } /// /// 订单日期 @@ -2432,7 +2493,7 @@ namespace APIClients.ShopifyAPI /// 扫描用户ID /// [Newtonsoft.Json.JsonProperty("ScanUserId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? ScanUserId { get; set; } + public decimal? ScanUserId { get; set; } /// /// 备注 @@ -2450,7 +2511,7 @@ namespace APIClients.ShopifyAPI /// 详情ID /// [Newtonsoft.Json.JsonProperty("detailid", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? Detailid { get; set; } + public decimal? Detailid { get; set; } /// /// 条形码 @@ -2499,13 +2560,13 @@ namespace APIClients.ShopifyAPI /// 是否上架 /// [Newtonsoft.Json.JsonProperty("IsOfferUp", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? IsOfferUp { get; set; } + public decimal? IsOfferUp { get; set; } /// /// 是否市场 /// [Newtonsoft.Json.JsonProperty("IsMaketPlace", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? IsMaketPlace { get; set; } + public decimal? IsMaketPlace { get; set; } /// /// 是否二手 @@ -2523,7 +2584,7 @@ namespace APIClients.ShopifyAPI /// 二手类型 /// [Newtonsoft.Json.JsonProperty("SecondHandType", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? SecondHandType { get; set; } + public decimal? SecondHandType { get; set; } /// /// 二手图片URL @@ -2559,13 +2620,13 @@ namespace APIClients.ShopifyAPI /// 店铺ID /// [Newtonsoft.Json.JsonProperty("ShopId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? ShopId { get; set; } + public decimal? ShopId { get; set; } /// /// 二手销售价格 /// [Newtonsoft.Json.JsonProperty("SecondHandSalePrice", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public double? SecondHandSalePrice { get; set; } + public decimal? SecondHandSalePrice { get; set; } /// /// 变体代码 @@ -2592,7 +2653,7 @@ namespace APIClients.ShopifyAPI /// 被删除的变体ID列表 /// [Newtonsoft.Json.JsonProperty("ids", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public System.Collections.Generic.ICollection Ids { get; set; } + public System.Collections.Generic.ICollection Ids { get; set; } private System.Collections.Generic.IDictionary _additionalProperties; diff --git a/TradeManageNew/DD_OrderServiceNew.asmx.cs b/TradeManageNew/DD_OrderServiceNew.asmx.cs index 7c07d97..59f23b9 100644 --- a/TradeManageNew/DD_OrderServiceNew.asmx.cs +++ b/TradeManageNew/DD_OrderServiceNew.asmx.cs @@ -1,44 +1,35 @@ using System; using System.Collections.Generic; +using System.Data; +using System.IO; using System.Linq; +using System.Net; +using System.Net.Http; +using System.Security.Cryptography; +using System.Text; +using System.Text.RegularExpressions; +using System.Threading; using System.Web; +using System.Web.Script.Serialization; using System.Web.Services; -using TradeData; -using NetLibrary.Data; -using System.Data; -using TradeModel; -using NetLibrary.ReportPrint; +using ApiNew; +using LinqToDB; using NetLibrary; +using NetLibrary.Data; using NetLibrary.Express; -using System.Text.RegularExpressions; -using NetLibrary.OnlineTrade; -using System.Web.Script.Serialization; -using System.Text; using NetLibrary.Log; -using System.Threading; -using ApiNew; -using Aspose.Pdf; -using System.Net; -using System.Runtime.ConstrainedExecution; -using System.IO; -using System.Net.Http; +using NetLibrary.OnlineTrade; +using NetLibrary.ReportPrint; using Newtonsoft.Json; -using Org.BouncyCastle.Asn1.Pkcs; -using TradeManage; -using System.Security.Cryptography; -using NetLibrary.WebReference; -using FastJSON; -using System.Runtime.CompilerServices; using Newtonsoft.Json.Serialization; -using NPOI.HSSF.Record.Formula.Functions; -using static NPOI.HSSF.Util.HSSFColor; -using System.Linq.Expressions; -using APIClients.ShopifyAPI; -using LinqToDB; -using Match = System.Text.RegularExpressions.Match; -using TradeManageNew.APIClients.FedexApi.Tests; -using TradeManageNew.APIClients.FedexAPI.Models.RatesAndTransitTimes; +using TradeData; +using TradeManage; +using TradeManageNew.APIClients.FedexApi; +using TradeManageNew.APIClients.FedexApi.Models.Ship; +using TradeManageNew.APIClients.ShopifyAPI; using TradeManageNew.Models.ShopifyUsedSale; +using TradeModel; +using Match = System.Text.RegularExpressions.Match; namespace TradeManageNew { @@ -8723,23 +8714,7 @@ namespace TradeManageNew return rmodelNew; } - - - - - - [WebMethod(EnableSession = true)] - public RateAndTransitTimesResp GetFedexFeeTest() - { - var ratesAndTransitTimesTests = new RatesAndTransitTimesTests(); - return ratesAndTransitTimesTests.Should_RateAsync_IsReturn(); - - - } - - - - + #region 修改允许发货 [WebMethod(EnableSession = true)] public void UpdatePostState2(List list) @@ -28682,6 +28657,17 @@ namespace TradeManageNew private static readonly object _lockObject = new object(); + /// + /// 二手售卖商品分页 + /// + /// + /// + /// + /// + /// + /// + /// + /// [WebMethod(EnableSession = true)] public JsonModel> OrderUsedSalePlatformPage(string Code,string BarCode,bool? IsPrinted,TradeUsedSale.Enums.UsedSalePlatformStatus? Status,string WarehousePositionCode,int PageIndex=1,int PageSize=50) { @@ -28730,6 +28716,11 @@ namespace TradeManageNew return result; } + /// + /// 二手售卖商品打印条码 + /// + /// + /// [WebMethod(EnableSession = true)] public APIReturnModel OrderUsedSalePlatformPrint(List Ids) { @@ -28749,7 +28740,12 @@ namespace TradeManageNew }; } } - + + /// + /// 二手售卖商品推送至Shopify + /// + /// + /// [WebMethod(EnableSession = true)] public APIReturnModel OrderUsedSalePlatformPublish(List Ids) { @@ -29000,10 +28996,17 @@ namespace TradeManageNew } } } - + + /// + /// Shopify二手售卖商品下单 + /// + /// + /// + /// [WebMethod(EnableSession = true)] public APIReturnModel PlaceShopifyUsedSaleOrderCallback(string originJson) { + PagesNew.SaveLog(0, "Shopify二手商品下单", $"原始Json:{originJson}", 0); if (string.IsNullOrWhiteSpace(originJson)) { return new APIReturnModel @@ -29013,11 +29016,14 @@ namespace TradeManageNew Datas = null }; } - var originJsonData = JsonConvert.DeserializeObject(originJson); using (var db = new TradeUsedSale.Repositories.ErpDbContext()) { + var includeUsedSale = false; + var errorMessage = string.Empty; + + //Shopify二手订单 var newDtShopifyUsedSaleOrder = new TradeUsedSale.Repositories.Models.DT_ShopifyUsedSaleOrder { OrderId = originJsonData.Order.OrderId, @@ -29050,46 +29056,36 @@ namespace TradeManageNew IsPlaceOrderSuccess = false }; - var dtShopifyUsedSaleOrderId = db.InsertWithInt32Identity(newDtShopifyUsedSaleOrder); + //Shopify二手订单明细 + var newDtShopifyUsedSaleOrderItems = + new List(); - db.BeginTransaction(); - try { foreach (var item in originJsonData.Items) { //ERP二手商品信息 - var orderUsedSalePlatform = db.DT_OrderUsedSalePlatform.FirstOrDefault(x => x.BarCode == item.ProductCode); + var orderUsedSalePlatform = + db.DT_OrderUsedSalePlatform.FirstOrDefault(x => x.BarCode == item.ProductCode); + if (orderUsedSalePlatform is null) { - throw new Exception($"未获取到编码[{item.ProductCode}]的二手商品信息"); + PagesNew.SaveLog(0, "Shopify二手商品下单", $"未获取到编码[{item.ProductCode}]的二手商品信息", 0); + continue; } - + + includeUsedSale = true; + //Shopify商品映射 - var shopifyProductGoodsMap = db.DT_ShopifyProductGoodsMap.FirstOrDefault(x => x.SkuId == orderUsedSalePlatform.SkuId); + var shopifyProductGoodsMap = + db.DT_ShopifyProductGoodsMap.FirstOrDefault(x => + x.SkuId == orderUsedSalePlatform.SkuId); if (shopifyProductGoodsMap is null) { throw new Exception($"未获取到SKU[{orderUsedSalePlatform.SkuCode}]对应的Shopify产品信息"); } - //下单后修改二手商品信息 - var statement = db.DT_OrderUsedSalePlatform.Where(x => x.BarCode == item.ProductCode) - .Set(x => x.Status, TradeUsedSale.Enums.UsedSalePlatformStatus.PendingPickup); - if (item.ShippingMethod == "SP") - { - statement = statement.Set(x => x.ShippingMethod, - TradeUsedSale.Enums.ShippingMethod.SelfPickup); - } - - if (item.ShippingMethod == "DL") - { - statement = statement.Set(x => x.ShippingMethod, - TradeUsedSale.Enums.ShippingMethod.ExpressDelivery); - } - statement.Update(); - - // Shopify客户端 - // 删除产品变体 + // Shopify客户端 删除产品变体 var shopifyApiClient = new ShopifyAPIClient(); var productVariantRes = shopifyApiClient.DeleteProductVariantAsync(new Body3 { @@ -29101,19 +29097,14 @@ namespace TradeManageNew if (productVariantRes.Success != true) { - throw new Exception(productVariantRes.Message); + throw new Exception($"删除Shopify条码[{item.ProductCode}]变体失败,{productVariantRes.Message}"); } - db.DT_ShopifyUsedSaleOrder.Where(x => x.Id == dtShopifyUsedSaleOrderId) - .Set(x => x.IsPlaceOrderSuccess, true) - .Set(x => x.PlaceOrderMessage, "更新二手订单信息成功") - .Update(); - //添加Shopify订单明细 var newDtShopifyUsedSaleOrderItem = new TradeUsedSale.Repositories.Models.DT_ShopifyUsedSaleOrderItem { - DtShopifyUsedSaleOrderId = dtShopifyUsedSaleOrderId, + DtShopifyUsedSaleOrderId = 0, OriginSku = item.OriginSku, Sku = item.Sku, ProductCode = item.ProductCode, @@ -29126,22 +29117,82 @@ namespace TradeManageNew Image = item.Image, ShippingMethod = item.ShippingMethod }; - - db.InsertWithInt32Identity(newDtShopifyUsedSaleOrderItem); + + newDtShopifyUsedSaleOrderItems.Add(newDtShopifyUsedSaleOrderItem); } - - db.CommitTransaction(); } catch (Exception ex) { - db.RollbackTransaction(); + errorMessage = ex.Message; + } + + if (includeUsedSale) + { + if (!string.IsNullOrEmpty(errorMessage)) + { + newDtShopifyUsedSaleOrder.IsPlaceOrderSuccess = false; + newDtShopifyUsedSaleOrder.PlaceOrderMessage = $"更新二手订单信息失败,原因:{errorMessage}"; + db.InsertWithInt32Identity(newDtShopifyUsedSaleOrder); + + PagesNew.SaveLog(0, "Shopify二手商品下单", "部分执行成功", 0); + } + else + { + newDtShopifyUsedSaleOrder.IsPlaceOrderSuccess = true; + newDtShopifyUsedSaleOrder.PlaceOrderMessage = "更新二手订单信息成功"; + var dtShopifyUsedSaleOrderId = db.InsertWithInt32Identity(newDtShopifyUsedSaleOrder); + + try + { + db.BeginTransaction(); + + foreach (var newDtShopifyUsedSaleOrderItem in newDtShopifyUsedSaleOrderItems) + { + newDtShopifyUsedSaleOrderItem.DtShopifyUsedSaleOrderId = dtShopifyUsedSaleOrderId; + + db.InsertWithInt32Identity(newDtShopifyUsedSaleOrderItem); + + //下单后修改二手商品信息 + var statement = db.DT_OrderUsedSalePlatform.Where(x => + x.BarCode == newDtShopifyUsedSaleOrderItem.ProductCode) + .Set(x => x.Status, TradeUsedSale.Enums.UsedSalePlatformStatus.PendingPickup); + if (newDtShopifyUsedSaleOrderItem.ShippingMethod == "SP") + { + statement = statement.Set(x => x.ShippingMethod, + TradeUsedSale.Enums.ShippingMethod.SelfPickup); + } + + if (newDtShopifyUsedSaleOrderItem.ShippingMethod == "DL") + { + statement = statement.Set(x => x.ShippingMethod, + TradeUsedSale.Enums.ShippingMethod.ExpressDelivery); + } + + statement.Update(); + } + + PagesNew.SaveLog(0, "Shopify二手商品下单", "执行成功", 0); + + db.CommitTransaction(); + } + catch (Exception ex) + { + db.RollbackTransaction(); - db.DT_ShopifyUsedSaleOrder.Where(x => x.Id == dtShopifyUsedSaleOrderId) - .Set(x => x.PlaceOrderMessage, $"更新二手订单信息失败,原因:{ex.Message}") - .Update(); + db.DT_ShopifyUsedSaleOrder.Where(x => x.Id == dtShopifyUsedSaleOrderId) + .Set(x => x.PlaceOrderMessage, $"更新二手订单信息失败,原因:{ex.Message}") + .Update(); + + PagesNew.SaveLog(0, "Shopify二手商品下单", "部分执行成功", 0); + } + } + } + else + { + PagesNew.SaveLog(0, "Shopify二手商品下单", "该订单未包含任何上传的二手商品", 0); } } - + return new APIReturnModel { Code = 1, @@ -29150,9 +29201,16 @@ namespace TradeManageNew }; } + /// + /// Shopify二手售卖商品取消 + /// + /// + /// + /// [WebMethod(EnableSession = true)] public APIReturnModel CancelShopifyUsedSaleOrderCallback(string originJson) { + PagesNew.SaveLog(0, "Shopify二手商品取消", $"原始Json:{originJson}", 0); if (string.IsNullOrWhiteSpace(originJson)) { return new APIReturnModel @@ -29167,163 +29225,510 @@ namespace TradeManageNew using (var db = new TradeUsedSale.Repositories.ErpDbContext()) { - var shopifyUsedSaleOrder = db.DT_ShopifyUsedSaleOrder.FirstOrDefault(x => x.OrderId == originJsonData.OrderId); + var shopifyUsedSaleOrder = + db.DT_ShopifyUsedSaleOrder.FirstOrDefault(x => x.OrderId == originJsonData.OrderId); if (shopifyUsedSaleOrder is null) { - PagesNew.SaveLog(0, "Shopify二手商品取消", $"未找到ShopifyOrderId为{originJsonData.OrderId}Shopify二手订单,原始Json为:{originJson}", 0); + PagesNew.SaveLog(0, "Shopify二手商品取消", $"跳过执行,未找到ShopifyOrderId为{originJsonData.OrderId}Shopify二手订单", 0); } - - try + else { - db.BeginTransaction(); - - db.DT_ShopifyUsedSaleOrder.Where(x => x.OrderId == originJsonData.OrderId) - .Set(x => x.IsCancelled, true) - .Set(x => x.CancelReason, originJsonData.CancelReason) - .Set(x => x.CancelDate, originJsonData.CancelDate.DateTime) - .Update(); - - var shopifyUsedSaleOrderItems = db.DT_ShopifyUsedSaleOrderItem - .Where(x => x.DtShopifyUsedSaleOrderId == shopifyUsedSaleOrder.Id) - .ToList(); - - foreach (var saleOrderItem in shopifyUsedSaleOrderItems) + try { - //ERP二手商品 - var orderUsedSalePlatform = db.DT_OrderUsedSalePlatform.FirstOrDefault(x => x.BarCode == saleOrderItem.ProductCode); - if (orderUsedSalePlatform is null) - { - throw new Exception($"不存在打印条码为[{saleOrderItem.ProductCode}]的二手商品"); - } + db.BeginTransaction(); - #region 重新上传Shopify变体 + db.DT_ShopifyUsedSaleOrder.Where(x => x.OrderId == originJsonData.OrderId) + .Set(x => x.IsCancelled, true) + .Set(x => x.CancelReason, originJsonData.CancelReason) + .Set(x => x.CancelDate, originJsonData.CancelDate.DateTime) + .Update(); - //系统产品信息 - var product = db.HW_GoodsInfo.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); - if (product is null) - { - var message = $"系统中不存在编码为[{orderUsedSalePlatform.ProductCode}]的产品信息,无法推送至Shopify"; - throw new Exception(message); - } - - //毛重 - if (product.Weight is null || product.Weight <= 0) - { - var message = $"产品[{product.GoodsCode}]无毛重信息,无法推送至Shopify"; - throw new Exception(message); - } + var shopifyUsedSaleOrderItems = db.DT_ShopifyUsedSaleOrderItem + .Where(x => x.DtShopifyUsedSaleOrderId == shopifyUsedSaleOrder.Id) + .ToList(); - //建议售价 - if (product.JYPrice is null || product.JYPrice <= 0) + foreach (var saleOrderItem in shopifyUsedSaleOrderItems) { - var message = $"产品[{product.GoodsCode}]无建议售价,无法推送至Shopify"; - throw new Exception(message); + //ERP二手商品 + var orderUsedSalePlatform = + db.DT_OrderUsedSalePlatform.FirstOrDefault(x => x.BarCode == saleOrderItem.ProductCode); + if (orderUsedSalePlatform is null) + { + throw new Exception($"不存在打印条码为[{saleOrderItem.ProductCode}]的二手商品"); + } + + #region 重新上传Shopify变体 + + //系统产品信息 + var product = + db.HW_GoodsInfo.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); + if (product is null) + { + var message = $"系统中不存在编码为[{orderUsedSalePlatform.ProductCode}]的产品信息,无法推送至Shopify"; + throw new Exception(message); + } + + //毛重 + if (product.Weight is null || product.Weight <= 0) + { + var message = $"产品[{product.GoodsCode}]无毛重信息,无法推送至Shopify"; + throw new Exception(message); + } + + //建议售价 + if (product.JYPrice is null || product.JYPrice <= 0) + { + var message = $"产品[{product.GoodsCode}]无建议售价,无法推送至Shopify"; + throw new Exception(message); + } + + //预估运费 + var postFee = + db.HW_PostFee.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); + if (postFee is null) + { + throw new Exception($"产品[{product.GoodsCode}]无预估运费,无法推送至Shopify"); + } + + var fees = new List() + { + postFee.Fee1, + //postFee.Fee2, + postFee.Fee3, + postFee.Fee4, + postFee.Fee5, + //postFee.Fee6, + postFee.Fee7, + postFee.Fee8, + }.Where(x => x != null).ToList(); + var feeCost = fees.Any() ? fees.Min() : 0; + + if (feeCost <= 0) + { + throw new Exception($"产品[{product.GoodsCode}]预估运费小于0,无法推送至Shopify"); + } + + //Shopify商品映射 + var shopifyProductGoodsMap = + db.DT_ShopifyProductGoodsMap.FirstOrDefault(x => + x.SkuId == orderUsedSalePlatform.SkuId); + if (shopifyProductGoodsMap is null) + { + throw new Exception($"未获取到SKU[{orderUsedSalePlatform.SkuCode}]对应的Shopify产品信息"); + } + + //获取SKU的资料信息 + var shopifyProductProfile = + db.DT_ShopifyUsedSaleProduct.FirstOrDefault(x => + x.Sku == orderUsedSalePlatform.SkuCode); + + //Shopify客户端 + var shopifyApiClient = new ShopifyAPIClient(); + + var imageUrls = + JsonConvert.DeserializeObject>(orderUsedSalePlatform.ImageUrls); + //在Shopify创建产品变体信息 + var createShopifyVariantParameter = new AddVariantRequest + { + ProductBaseData = new ProductBaseData2 + { + ShoifyGoodsId = shopifyProductGoodsMap.ShopifyProductId, + SKU = shopifyProductProfile?.Sku ?? orderUsedSalePlatform.SkuCode, + Title = shopifyProductProfile?.Title ?? product.GoodsEnglisgName, + ImagePath = shopifyProductProfile?.ImagePath ?? product.FirstImgUrl, + ProductType = shopifyProductProfile?.Category, + Tags = shopifyProductProfile?.Tags, + Weight = product.Weight.Value, + JYPrice = product.JYPrice.Value, + ShippingFee = feeCost.Value + }, + Variants = new Variants + { + Return_quantity = 1, + ImgUrl = imageUrls.Count > 0 ? imageUrls[0] : null, + ImgUrl2 = imageUrls.Count > 1 ? imageUrls[1] : null, + ImgUrl3 = imageUrls.Count > 2 ? imageUrls[2] : null, + ImgUrl4 = imageUrls.Count > 3 ? imageUrls[3] : null, + ImgUrl5 = imageUrls.Count > 4 ? imageUrls[4] : null, + StoreName = orderUsedSalePlatform.WarehouseLocation == + TradeUsedSale.Enums.WarehouseLocation.East + ? "E" + : "W", + Code = orderUsedSalePlatform.BarCode, + }, + }; + + var productVariantRes = shopifyApiClient + .AddProductVariantAsync(createShopifyVariantParameter).ConfigureAwait(false) + .GetAwaiter() + .GetResult(); + + if (productVariantRes.Success != true) + { + var message = $"产品[{product.GoodsCode}]推送Shopify变体失败,原因:{productVariantRes.Message}"; + throw new Exception(message); + } + + db.DT_OrderUsedSalePlatform.Where(x => x.Id == orderUsedSalePlatform.Id) + .Set(x => x.Status, TradeUsedSale.Enums.UsedSalePlatformStatus.Listed) + .Set(x => x.ShippingMethod, value: null) + .Update(); + + #endregion } - //预估运费 - var postFee = db.HW_PostFee.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); - if (postFee is null) + PagesNew.SaveLog(0, "Shopify二手商品取消", "执行成功", 0); + + db.CommitTransaction(); + } + catch (Exception ex) + { + db.RollbackTransaction(); + + PagesNew.SaveLog(0, "Shopify二手商品取消", $"执行失败,{ex.Message}", 0); + } + } + } + + return new APIReturnModel + { + Code = 1, + Message = "Success", + Datas = null + }; + } + + + public APIReturnModel GetOrderUsedSalePlatformLabel(int Id) + { + // PagesNew.Login(base.Session); + using (var db = new TradeUsedSale.Repositories.ErpDbContext()) + { + var orderUsedSalePlatform = db.DT_OrderUsedSalePlatform.FirstOrDefault(x => + x.Id == Id && x.Status == TradeUsedSale.Enums.UsedSalePlatformStatus.PendingPickup); + + if (orderUsedSalePlatform is null) + { + return new APIReturnModel + { + Code = 0, + Message = $"不存在Id为{Id}的二手售卖商品", + Datas = null + }; + } + + var product = db.HW_GoodsInfo.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); + if (product is null) + { + return new APIReturnModel + { + Code = 0, + Message = $"系统中不存在Id为{orderUsedSalePlatform.ProductId}的产品信息", + Datas = null + }; + } + + //毛重 + if (product.Weight is null || product.Weight <= 0) + { + return new APIReturnModel + { + Code = 0, + Message = $"产品[{product.GoodsCode}]无毛重信息,无法发货", + Datas = null + }; + } + + //长宽高 + if (product.Long is null || product.Long <= 0 || + product.Width is null || product.Width <= 0 || + product.Height is null || product.Height <= 0) + { + return new APIReturnModel + { + Code = 0, + Message = $"产品[{product.GoodsCode}]外箱尺寸信息不完整,无法发货", + Datas = null + }; + } + + var sku = db.HW_GoodsDetail.FirstOrDefault(x => x.DetailId == orderUsedSalePlatform.SkuId); + if (sku is null) + { + return new APIReturnModel + { + Code = 0, + Message = $"系统中不存在Id为{orderUsedSalePlatform.SkuId}的SKU信息", + Datas = null + }; + } + + if (orderUsedSalePlatform.Status != TradeUsedSale.Enums.UsedSalePlatformStatus.PendingPickup) + { + return new APIReturnModel + { + Code = 0, + Message = $"二手售卖商品[{orderUsedSalePlatform.SkuCode}]不处于待发货状态", + Datas = null + }; + } + + //Shopify订单信息 + var shopifyUsedSaleOrderItem = db.DT_ShopifyUsedSaleOrderItem.FirstOrDefault(x => x.ProductCode == orderUsedSalePlatform.BarCode); + if(shopifyUsedSaleOrderItem is null) + { + return new APIReturnModel + { + Code = 0, + Message = $"未获取到条码为[{ orderUsedSalePlatform.BarCode}]的Shopify订单信息", + Datas = null + }; + } + + var shopifyUsedSaleOrder = db.DT_ShopifyUsedSaleOrder.FirstOrDefault(x => x.Id == shopifyUsedSaleOrderItem.DtShopifyUsedSaleOrderId); + if(shopifyUsedSaleOrder is null) + { + return new APIReturnModel + { + Code = 0, + Message = $"未获取到条码为[{ orderUsedSalePlatform.BarCode}]的Shopify订单信息", + Datas = null + }; + } + + //获取Fedex运费和面单 + var fedexCredential = new FedexCredential(isDebugMode: true) { ReadResponseAsString = true }; + if (orderUsedSalePlatform.WarehouseLocation == TradeUsedSale.Enums.WarehouseLocation.East) + { + fedexCredential.SetEastSandBoxCredential(); + } + else + { + fedexCredential.SetWestSandBoxCredential(); + } + + var serviceTypes = new List() + { + RequestedShipmentServiceType.GROUND_HOME_DELIVERY, + RequestedShipmentServiceType.SMART_POST, + RequestedShipmentServiceType.FEDEX_GROUND, + }; + + var fedexClient = new FedexAPIClient(fedexCredential); + + #region 发件人 + + var shipper = new ShipperParty(); + + if (orderUsedSalePlatform.WarehouseLocation == TradeUsedSale.Enums.WarehouseLocation.East) + { + shipper.Contact = new PartyContact + { + PersonName = "Karmas Far Inc", + PhoneNumber = "9045971260", + }; + + shipper.Address = new PartyAddress_2 + { + StreetLines = SplitAddress("2615 port industrial Dr. suites 408", 35), + City = "Jacksonville", + StateOrProvinceCode = "FL", + PostalCode = "32226", + CountryCode = "US", + }; + } + else + { + shipper.Contact = new PartyContact + { + PersonName = "Karmas Far Inc", + PhoneNumber = "9093726955", + }; + + shipper.Address = new PartyAddress_2 + { + StreetLines = SplitAddress("11190 White Birch Dr Suite 100", 35), + City = "RanchoCucamonga", + StateOrProvinceCode = "CA", + PostalCode = "91730", + CountryCode = "US", + }; + } + + #endregion + + #region 收件人 + + var recipient = new RecipientsParty + { + Address = new PartyAddress_2 + { + StreetLines = SplitAddress(shopifyUsedSaleOrder.Full, 35), + City = shopifyUsedSaleOrder.City, + StateOrProvinceCode = shopifyUsedSaleOrder.ProvinceCode, + PostalCode = shopifyUsedSaleOrder.Zip, + CountryCode = shopifyUsedSaleOrder.CountryCode, + Residential = null + }, + Contact = new PartyContact + { + PersonName = shopifyUsedSaleOrder.Name, + PhoneNumber = shopifyUsedSaleOrder.Phone, + } + }; + + #endregion + + #region 商品信息 + + var requestedPackageLineItems = new List() + { + new RequestedPackageLineItem() + { + SequenceNumber = 1, + Weight = new Weight() { - throw new Exception( $"产品[{product.GoodsCode}]无预估运费,无法推送至Shopify"); - } - var fees = new List() + Value = product.Weight.Value/1000, + Units = WeightUnits.KG + }, + CustomerReferences = new List() { - postFee.Fee1, - //postFee.Fee2, - postFee.Fee3, - postFee.Fee4, - postFee.Fee5, - //postFee.Fee6, - postFee.Fee7, - postFee.Fee8, - }.Where(x => x != null).ToList(); - var feeCost = fees.Any() ? fees.Min() : 0; - - if (feeCost <= 0) + new CustomerReference_1 + { + CustomerReferenceType = CustomerReference_1CustomerReferenceType + .CUSTOMER_REFERENCE, + Value = orderUsedSalePlatform.BarCode, + } + }, + PackageSpecialServices = new PackageSpecialServicesRequested { - throw new Exception( $"产品[{product.GoodsCode}]预估运费小于0,无法推送至Shopify"); - } - - //Shopify商品映射 - var shopifyProductGoodsMap = db.DT_ShopifyProductGoodsMap.FirstOrDefault(x => x.SkuId == orderUsedSalePlatform.SkuId); - if (shopifyProductGoodsMap is null) + SignatureOptionType = + PackageSpecialServicesRequestedSignatureOptionType.SERVICE_DEFAULT + }, + Dimensions = new Dimensions { - throw new Exception($"未获取到SKU[{orderUsedSalePlatform.SkuCode}]对应的Shopify产品信息"); + Length = Convert.ToInt32(product.Long), + Width = Convert.ToInt32(product.Width), + Height = Convert.ToInt32(product.Height), + Units = DimensionsUnits.CM } - - //获取SKU的资料信息 - var shopifyProductProfile = - db.DT_ShopifyUsedSaleProduct.FirstOrDefault(x => x.Sku == orderUsedSalePlatform.SkuCode); - - //Shopify客户端 - var shopifyApiClient = new ShopifyAPIClient(); - - var imageUrls = JsonConvert.DeserializeObject>(orderUsedSalePlatform.ImageUrls); - //在Shopify创建产品变体信息 - var createShopifyVariantParameter = new AddVariantRequest - { - ProductBaseData = new ProductBaseData2 - { - ShoifyGoodsId = shopifyProductGoodsMap.ShopifyProductId, - SKU = shopifyProductProfile?.Sku ?? orderUsedSalePlatform.SkuCode, - Title = shopifyProductProfile?.Title ?? product.GoodsEnglisgName, - ImagePath = shopifyProductProfile?.ImagePath ?? product.FirstImgUrl, - ProductType = shopifyProductProfile?.Category, - Tags = shopifyProductProfile?.Tags, - Weight = product.Weight.Value, - JYPrice = product.JYPrice.Value, - ShippingFee = feeCost.Value - }, - Variants = new Variants - { - Return_quantity = 1, - ImgUrl = imageUrls.Count > 0 ? imageUrls[0] : null, - ImgUrl2 = imageUrls.Count > 1 ? imageUrls[1] : null, - ImgUrl3 = imageUrls.Count > 2 ? imageUrls[2] : null, - ImgUrl4 = imageUrls.Count > 3 ? imageUrls[3] : null, - ImgUrl5 = imageUrls.Count > 4 ? imageUrls[4] : null, - StoreName = orderUsedSalePlatform.WarehouseLocation == - TradeUsedSale.Enums.WarehouseLocation.East - ? "E" - : "W", - Code = orderUsedSalePlatform.BarCode, + } + }; + + #endregion + + #region 标签信息 + + var labelSpecification = new LabelSpecification() + { + ImageType = LabelSpecificationImageType.PDF, + LabelFormatType = LabelSpecificationLabelFormatType.COMMON2D, + LabelStockType = LabelSpecificationLabelStockType.PAPER_4X8, + }; + + #endregion + + foreach (var serviceType in serviceTypes) + { + var apiRequestInfo = new StringBuilder(); + + try + { + //判断地址类型来跳过部分服务并且收获地址添加是否住宅 + var createShipmentParameter = new CreateShipmentReq + { + LabelResponseOptions = LABELRESPONSEOPTIONS.LABEL, + RequestedShipment = new RequestedShipment() + { + Shipper = shipper, + Recipients = new List() + { + recipient + }, + ServiceType = serviceType, + PackagingType = RequestedShipmentPackageType.YOUR_PACKAGING, + PickupType = RequestedShipmentPickupType.DROPOFF_AT_FEDEX_LOCATION, + BlockInsightVisibility = false, + ShippingChargesPayment = new Payment() + { + PaymentType = PaymentType.SENDER + }, + LabelSpecification = labelSpecification, + RequestedPackageLineItems = requestedPackageLineItems }, + AccountNumber = new ShipperAccountNumber() + { + Value = fedexCredential.AccountNumber + } }; + + //记录请求参数 + apiRequestInfo.AppendLine($"请求参数:{JsonConvert.SerializeObject(createShipmentParameter)}"); - var productVariantRes = shopifyApiClient.AddProductVariantAsync(createShopifyVariantParameter).ConfigureAwait(false) + var response = fedexClient.Ship.CreateShipmentAsync(createShipmentParameter) + .ConfigureAwait(false) .GetAwaiter() .GetResult(); - - if (productVariantRes.Success != true) + + //记录返回结果 + apiRequestInfo.AppendLine($"返回结果:{JsonConvert.SerializeObject(response)}"); + } + catch (Exception ex) + { + var apiRequestStr = apiRequestInfo.ToString(); + if (!string.IsNullOrWhiteSpace(apiRequestStr)) { - var message = $"产品[{product.GoodsCode}]推送Shopify变体失败,原因:{productVariantRes.Message}"; - throw new Exception(message); + db.InsertWithInt32Identity(new TradeUsedSale.Repositories.Models.DT_TrackCodeApplyLog + { + UsedSaleBarCode = orderUsedSalePlatform.BarCode, + ServiceType = serviceType.ToString(), + Remark = apiRequestStr, + CreationTime = DateTime.Now + }); } - db.DT_OrderUsedSalePlatform.Where(x => x.Id == orderUsedSalePlatform.Id) - .Set(x => x.Status, TradeUsedSale.Enums.UsedSalePlatformStatus.Listed) - .Set(x => x.ShippingMethod, value: null) - .Update(); - - #endregion + db.InsertWithInt32Identity(new TradeUsedSale.Repositories.Models.DT_TrackCodeApplyLog + { + UsedSaleBarCode = orderUsedSalePlatform.BarCode, + ServiceType = serviceType.ToString(), + Remark = $"请求失败:{ex.Message}", + CreationTime = DateTime.Now + }); } - - db.CommitTransaction(); } - catch (Exception ex) - { - db.RollbackTransaction(); + } - PagesNew.SaveLog(0, "Shopify二手商品取消", $"执行失败,原始Json为:{originJson},原因:{ex.Message}", 0); - } + return null; + } + + static string[] SplitAddress(string address, int maxLength) + { + List addressLines = new List(); + while (address.Length > maxLength) + { + int splitIndex = address.LastIndexOf(' ', maxLength); + if (splitIndex == -1) splitIndex = maxLength; // 若无空格,则强行截断 + + addressLines.Add(address.Substring(0, splitIndex).Trim()); + address = address.Substring(splitIndex).Trim(); } - - return new APIReturnModel + + // 添加最后一部分 + if (!string.IsNullOrEmpty(address)) { - Code = 1, - Message = "Success", - Datas = null - }; + addressLines.Add(address); + } + + return addressLines.ToArray(); + } + + public APIReturnModel OrderUsedSalePlatformSendOut(int Id ,TradeUsedSale.Enums.ShippingMethod shippingMethod ) + { + // PagesNew.Login(base.Session); + using (var db = new TradeUsedSale.Repositories.ErpDbContext()) + { + return null; + } } #endregion diff --git a/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformDto.cs b/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformDto.cs new file mode 100644 index 0000000..18e2fd0 --- /dev/null +++ b/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformDto.cs @@ -0,0 +1,91 @@ +using System; +using System.Collections.Generic; +using TradeUsedSale.Enums; + +namespace TradeManageNew.Models.Shage +{ + public class GetPickupOrderUsedSalePlatformDto + { + public int Id { get; set; } + + /// + /// 产品Id + /// + public int ProductId { get; set; } + + /// + /// 产品编码 + /// + public string ProductCode { get; set; } + + /// + /// 产品描述 + /// + public string ProductDescription { get; set; } + + /// + /// SKU ID + /// + public int SkuId { get; set; } + + /// + /// SKU Code + /// + public string SkuCode { get; set; } + + /// + /// 打印条码 + /// + public string BarCode { get; set; } + + /// + /// 是否已打印 + /// + public bool IsPrinted { get; set; } + + /// + /// 状态 + /// + public UsedSalePlatformStatus Status { get; set; } + + /// + /// 仓库 + /// + public WarehouseLocation WarehouseLocation { get; set; } + + /// + /// 库位Id + /// + public int WarehousePositionId { get; set; } + + /// + /// 库位编码 + /// + public string WarehousePositionCode { get; set; } + + /// + /// 图片信息 + /// + public List ImageUrls { get; set; } + + /// + /// 交易方式 + /// + public ShippingMethod? ShippingMethod { get; set; } + + /// + /// 是否全新 + /// + public bool? IsNew { get; set; } + + /// + /// 创建时间 + /// + public DateTime CreationTime { get; set; } + + /// + /// 创建人 + /// + public int CreatorId { get; set; } + } +} \ No newline at end of file diff --git a/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformInput.cs b/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformInput.cs new file mode 100644 index 0000000..2b6c136 --- /dev/null +++ b/TradeManageNew/Models/Shage/GetPickupOrderUsedSalePlatformInput.cs @@ -0,0 +1,10 @@ +namespace TradeManageNew.Models.Shage +{ + public class GetPickupOrderUsedSalePlatformInput + { + /// + /// 打印条码 + /// + public string BarCode { get; set; } + } +} \ No newline at end of file diff --git a/TradeManageNew/Models/Shage/SelfPickupOrderUsedSalePlatformInput.cs b/TradeManageNew/Models/Shage/SelfPickupOrderUsedSalePlatformInput.cs new file mode 100644 index 0000000..f0de104 --- /dev/null +++ b/TradeManageNew/Models/Shage/SelfPickupOrderUsedSalePlatformInput.cs @@ -0,0 +1,11 @@ +using System.Collections.Generic; + +namespace TradeManageNew.Models.Shage +{ + public class SelfPickupOrderUsedSalePlatformInput + { + public List Ids { get; set; } + + public int UserId { get; set; } + } +} \ No newline at end of file diff --git a/TradeManageNew/OuterService/ShageService.ashx.cs b/TradeManageNew/OuterService/ShageService.ashx.cs index 07f6b4d..27288a7 100644 --- a/TradeManageNew/OuterService/ShageService.ashx.cs +++ b/TradeManageNew/OuterService/ShageService.ashx.cs @@ -1511,6 +1511,90 @@ namespace TradeManageNew.OuterService } } } + + if (Method == "GetPickupOrderUsedSalePlatform") + { + var input = JsonConvert.DeserializeObject(ResponseContent); + + if (string.IsNullOrWhiteSpace(input.BarCode)) + { + md.Code = "400"; + md.Result = "Please enter barcode"; + md.Data = null; + } + else + { + input.BarCode = input.BarCode.Trim(); + using (var db = new ErpDbContext()) + { + var orderUsedSalePlatform = db.DT_OrderUsedSalePlatform.FirstOrDefault(x => + x.BarCode == input.BarCode + && x.Status == UsedSalePlatformStatus.PendingPickup); + + if (orderUsedSalePlatform is null) + { + throw new Exception( + $"No barcode for {input.BarCode} to be shipped used sale item exists"); + } + + var product = db.HW_GoodsInfo.FirstOrDefault(x => x.GoodsId == orderUsedSalePlatform.ProductId); + + var result = new GetPickupOrderUsedSalePlatformDto + { + Id = orderUsedSalePlatform.Id, + ProductId = orderUsedSalePlatform.ProductId, + ProductCode = orderUsedSalePlatform.ProductCode, + ProductDescription = product?.GoodsEnglisgName, + SkuId = orderUsedSalePlatform.SkuId, + SkuCode = orderUsedSalePlatform.SkuCode, + BarCode = orderUsedSalePlatform.BarCode, + IsPrinted = orderUsedSalePlatform.IsPrinted, + Status = orderUsedSalePlatform.Status, + WarehouseLocation =orderUsedSalePlatform.WarehouseLocation, + WarehousePositionId = orderUsedSalePlatform.WarehousePositionId, + WarehousePositionCode = orderUsedSalePlatform.WarehousePositionCode, + ImageUrls = JsonConvert.DeserializeObject>(orderUsedSalePlatform.ImageUrls), + ShippingMethod = orderUsedSalePlatform.ShippingMethod, + IsNew = orderUsedSalePlatform.IsNew, + CreationTime = orderUsedSalePlatform.CreationTime, + CreatorId = orderUsedSalePlatform.CreatorId + }; + + md.Code = "100"; + md.Result = "Success"; + md.Data = JsonConvert.SerializeObject(result); + } + } + } + + if (Method == "SelfPickupOrderUsedSalePlatform") + { + var input = JsonConvert.DeserializeObject(ResponseContent); + + using (var db = new ErpDbContext()) + { + var orderUsedSalePlatformList = db.DT_OrderUsedSalePlatform.Where(x => + input.Ids.Contains(x.Id) + && x.Status == UsedSalePlatformStatus.PendingPickup) + .ToList(); + + if (orderUsedSalePlatformList.Any()) + { + db.DT_OrderUsedSalePlatform.Where(x => + input.Ids.Contains(x.Id) + && x.Status == UsedSalePlatformStatus.PendingPickup) + .Set(x => x.ShippingMethod, ShippingMethod.SelfPickup) + .Set(x => x.Status, UsedSalePlatformStatus.Sold) + .Set(x => x.LastModifierId, input.UserId) + .Set(x => x.LastModificationTime, DateTime.Now) + .Update(); + } + } + + md.Code = "100"; + md.Result = "Success"; + md.Data = null; + } } } catch (Exception ex) diff --git a/TradeManageNew/TradeManageNew.csproj b/TradeManageNew/TradeManageNew.csproj index 7d2d5f8..7a6c827 100644 --- a/TradeManageNew/TradeManageNew.csproj +++ b/TradeManageNew/TradeManageNew.csproj @@ -2927,7 +2927,10 @@ + + + diff --git a/TradeUsedSale/Repositories/ErpDbContext.cs b/TradeUsedSale/Repositories/ErpDbContext.cs index 22f81c1..c1274ad 100644 --- a/TradeUsedSale/Repositories/ErpDbContext.cs +++ b/TradeUsedSale/Repositories/ErpDbContext.cs @@ -32,5 +32,6 @@ namespace TradeUsedSale.Repositories public ITable HW_PostFee => this.GetTable(); public ITable DT_ShopifyUsedSaleOrder => this.GetTable(); public ITable DT_ShopifyUsedSaleOrderItem => this.GetTable(); + public ITable DT_TrackCodeApplyLog => this.GetTable(); } } diff --git a/TradeUsedSale/Repositories/Models/DT_TrackCodeApplyLog.cs b/TradeUsedSale/Repositories/Models/DT_TrackCodeApplyLog.cs new file mode 100644 index 0000000..9498fb1 --- /dev/null +++ b/TradeUsedSale/Repositories/Models/DT_TrackCodeApplyLog.cs @@ -0,0 +1,15 @@ +using System; +using LinqToDB.Mapping; + +namespace TradeUsedSale.Repositories.Models +{ + public class DT_TrackCodeApplyLog + { + [PrimaryKey, Identity] public int Id { get; set; } + + public string UsedSaleBarCode { get; set; } + public string ServiceType { get; set; } + public string Remark { get; set; } + public DateTime CreationTime { get; set; } + } +} \ No newline at end of file diff --git a/TradeUsedSale/TradeUsedSale.csproj b/TradeUsedSale/TradeUsedSale.csproj index d2ca6a4..6108269 100644 --- a/TradeUsedSale/TradeUsedSale.csproj +++ b/TradeUsedSale/TradeUsedSale.csproj @@ -60,6 +60,7 @@ +