Table of Contents

Class AddReceipt

Namespace
anybill.POS.Client.Models.Receipt
Assembly
anybill.POS.Client.Abstractions.dll

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

Receipt

StoreId

The id of the store of the vendor in which the transaction was done.

public string StoreId { get; set; }

Property Value

string

UserIdentification

Identifier for the anybill user.

public UserIdentification UserIdentification { get; set; }

Property Value

UserIdentification