Interface IMatchedBillResponse
Response object if successfully added bill could be matched to a bank card. Type will be 'bankCard'.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IMatchedBillResponse : IBillResponse
Properties
IsAssigned
Flag if bill could be assigned to an user.
Declaration
bool IsAssigned { get; }
Property Value
Type | Description |
---|---|
System.Boolean |