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