Interface IUserIdResponse
Response if a new bill was matched to a user.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IUserIdResponse : IBillResponse
Properties
IsAssigned
Flag if bill could be assigned to a user.
Declaration
bool IsAssigned { get; }
Property Value
Type | Description |
---|---|
System.Boolean |