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
{
///
/// Identifies the company this contact is associated with. Maximum length is 35.
///
[Newtonsoft.Json.JsonProperty("companyName", Required = Newtonsoft.Json.Required.Always)]
[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)]
public string CompanyName { get; set; }
///
/// Specify Person Name.<br>Example: John Taylor
///
[Newtonsoft.Json.JsonProperty("personName", Required = Newtonsoft.Json.Required.Always)]
[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)]
public string PersonName { get; set; }
///
/// Identifies the phone number associated with this contact. Maximum length is 10.
///
[Newtonsoft.Json.JsonProperty("phoneNumber", Required = Newtonsoft.Json.Required.Always)]
[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)]
public string PhoneNumber { get; set; }
}
}