Table of Contents

Interface IUrlReceiptResponse

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

Response after successfully adding a new anonymous receipt.

public interface IUrlReceiptResponse : IReceiptResponse
Inherited Members

Properties

Url

URL to the generated receipt to encode in the QR-Code.

string Url { get; }

Property Value

string