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.
|
|
|
|
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
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODABAR")]
|
|
|
|
|
CODABAR = 0,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE128")]
|
|
|
|
|
CODE128 = 1,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE128_WIDEBAR")]
|
|
|
|
|
CODE128_WIDEBAR = 2,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE128B")]
|
|
|
|
|
CODE128B = 3,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE128C")]
|
|
|
|
|
CODE128C = 4,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE39")]
|
|
|
|
|
CODE39 = 5,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"CODE93")]
|
|
|
|
|
CODE93 = 6,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"I2OF5")]
|
|
|
|
|
I2OF5 = 7,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"MANUAL")]
|
|
|
|
|
MANUAL = 8,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"PDF417")]
|
|
|
|
|
PDF417 = 9,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"POSTNET")]
|
|
|
|
|
POSTNET = 10,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"QR_CODE")]
|
|
|
|
|
QR_CODE = 11,
|
|
|
|
|
|
|
|
|
|
[System.Runtime.Serialization.EnumMember(Value = @"UCC128")]
|
|
|
|
|
UCC128 = 12,
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|