Class AddReceipt
The data how to add the receipt.
public class AddReceipt
- Inheritance
-
AddReceipt
- Inherited Members
Properties
Bill
The object representing the receipt.
public Receipt Bill { get; set; }
Property Value
StoreId
The id of the store of the vendor in which the transaction was done.
public string StoreId { get; set; }
Property Value
UserIdentification
Identifier for the anybill user.
public UserIdentification UserIdentification { get; set; }