feat: add payment callback and referral link features
Build and Deploy / build (push) Failing after 1m21s
Build and Deploy / build (push) Failing after 1m21s
This commit is contained in:
@@ -3,9 +3,12 @@ namespace FrontOffice.Main.Utilities;
|
||||
public class UserAuthInfo
|
||||
{
|
||||
public List<(string key, string value)> UserClaims { get; set; }
|
||||
public long UserId { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? NationalCode { get; set; }
|
||||
public string? MobileNumber { get; set; }
|
||||
public bool IsSignMainContract { get; set; }
|
||||
public bool HasPurchasedPackage { get; set; }
|
||||
public bool IsClubMemberActive { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user