namespace Knoks.Api.Client.Invoker { public class PhoneNumber { public string OriginalFormat { get; set; } public string NationalFormat { get; set; } public string E164Format { get; set; } public string CountryCode2 { get; set; } } }