Class AddBill
The data how to add the bill.
Inheritance
System.Object
AddBill
Namespace: anybill.POS.Client.Models.Bill
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AddBill
Properties
Bill
The object representing the bill.
Declaration
public Bill Bill { get; set; }
Property Value
Type | Description |
---|---|
Bill |
StoreId
The id of the store of the vendor in which the transaction was done.
Declaration
public string StoreId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserIdentification
Identifier for the anybill user.
Declaration
public UserIdentification UserIdentification { get; set; }
Property Value
Type | Description |
---|---|
UserIdentification |