Table of Contents

Interface IUserIdResponse

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

Response if a new receipt was matched to a user.

public interface IUserIdResponse : IReceiptResponse
Inherited Members

Properties

IsAssigned

Flag if receipt could be assigned to a user.

bool IsAssigned { get; }

Property Value

bool