Interface IUrlBillResponse
Response after successfully adding a new anonymous bill.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IUrlBillResponse : IBillResponse
Properties
Url
URL to the generated bill to encode in the QR-Code.
Declaration
string Url { get; }
Property Value
Type | Description |
---|---|
System.String |