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.

17 lines
864 B
C#

namespace TradeManageNew.APIClients.FedexApi.Models.Ship
{
/// <summary>
/// These are International Traffic In Arms Regulations shipment service details.
/// </summary>
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class InternationalTrafficInArmsRegulationsDetail
{
/// <summary>
/// The export or license number for the ITAR shipment.&lt;br&gt;Minimum length is 5 characters.&lt;br&gt;Maximum length is 21 characters.&lt;br&gt;Example: 9871234
/// </summary>
[Newtonsoft.Json.JsonProperty("licenseOrExemptionNumber", Required = Newtonsoft.Json.Required.Always)]
[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)]
public string LicenseOrExemptionNumber { get; set; }
}
}