Table of Contents

Interface IReceiptResponse

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

Response object after successfully adding a new receipt

public interface IReceiptResponse

Properties

BillId

Id of the receipt.

Guid BillId { get; set; }

Property Value

Guid