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