Knocks/BackEnd/Knoks.Api.Client/Invoker/PhoneNumber.cs

11 lines
277 B
C#

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; }
}
}