You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.6 KiB
C#

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
{
[System.Runtime.Serialization.EnumMember(Value = @"ACTUAL")]
ACTUAL = 0,
[System.Runtime.Serialization.EnumMember(Value = @"AVERAGE_PACKAGE_WEIGHT_MINIMUM")]
AVERAGE_PACKAGE_WEIGHT_MINIMUM = 1,
[System.Runtime.Serialization.EnumMember(Value = @"DEFAULT_WEIGHT_APPLIED")]
DEFAULT_WEIGHT_APPLIED = 2,
[System.Runtime.Serialization.EnumMember(Value = @"BALLOON")]
BALLOON = 3,
[System.Runtime.Serialization.EnumMember(Value = @"DIM")]
DIM = 4,
[System.Runtime.Serialization.EnumMember(Value = @"FREIGHT_MINIMUM")]
FREIGHT_MINIMUM = 5,
[System.Runtime.Serialization.EnumMember(Value = @"MIXED")]
MIXED = 6,
[System.Runtime.Serialization.EnumMember(Value = @"OVERSIZE")]
OVERSIZE = 7,
[System.Runtime.Serialization.EnumMember(Value = @"OVERSIZE_1")]
OVERSIZE_1 = 8,
[System.Runtime.Serialization.EnumMember(Value = @"OVERSIZE_2")]
OVERSIZE_2 = 9,
[System.Runtime.Serialization.EnumMember(Value = @"OVERSIZE_3")]
OVERSIZE_3 = 10,
[System.Runtime.Serialization.EnumMember(Value = @"PACKAGING_MINIMUM")]
PACKAGING_MINIMUM = 11,
[System.Runtime.Serialization.EnumMember(Value = @"WEIGHT_BREAK")]
WEIGHT_BREAK = 12,
}
}