Interface IRegisterBillIdUrlResponse
Default response after registering a new bill id.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IRegisterBillIdUrlResponse : IRegisterBillIdResponse
Properties
Url
Url to the generated bill to encode in the QR-Code.
Declaration
string Url { get; }
Property Value
Type | Description |
---|---|
System.String |