Interface IUserIdentificationResponse
Response object after successfully identification of an user.
Namespace: anybill.POS.Client.Models.User.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IUserIdentificationResponse
Properties
UserId
Id of the user.
Declaration
Guid UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |