Table of Contents

Interface IMatchedReceiptResponse

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

Response object if successfully added receipt could be matched to a bank card. Type will be 'bankCard'.

public interface IMatchedReceiptResponse : IReceiptResponse
Inherited Members

Properties

IsAssigned

Flag if receipt could be assigned to an user.

bool IsAssigned { get; }

Property Value

bool