Interface IBillResponse
Response object after successfully adding a new bill
Namespace: anybill.POS.Client.Models.Bill.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IBillResponse
Properties
BillId
Id of the bill.
Declaration
Guid BillId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |