Table of Contents

Interface IUserIdentificationResponse

Namespace
anybill.POS.Client.Models.User.Response
Assembly
anybill.POS.Client.Abstractions.dll

Response object after successfully identification of an user.

public interface IUserIdentificationResponse

Properties

UserId

Id of the user.

Guid UserId { get; set; }

Property Value

Guid