Class RegisterBillId
Information about the bill id to be registered.
Inheritance
System.Object
RegisterBillId
Namespace: anybill.POS.Client.Models.Bill
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class RegisterBillId
Properties
BuyerInformation
Information about the buyer used for anybill registration
Declaration
public BuyerInfo BuyerInformation { get; set; }
Property Value
Type | Description |
---|---|
BuyerInfo |
StoreId
Id of the Store that issues the bill in the future
Declaration
public string StoreId { get; set; }
Property Value
Type | Description |
---|---|
System.String |