namespace BuddyFinance.Integration.Models.Registration { public class AccountVerificationModel { //string token, string profileNumber, string username public string Username { get; set; } public string ProfileNumber { get; set; } public string Token { get; set; } } }