Table of Contents

Interface IPrintedReceiptResponse

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

Response object after printed a receipt.

public interface IPrintedReceiptResponse

Properties

IsSuccess

Flag if receipt could marked as printed successfully

bool IsSuccess { get; set; }

Property Value

bool