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