Class AddBillOptions
Further information when adding a new bill.
Inheritance
System.Object
AddBillOptions
Namespace: anybill.POS.Client.Models.Bill
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AddBillOptions
Properties
DisplayTarget
The target output where the returned information will be displayed.
Declaration
public BillDisplayTarget? DisplayTarget { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BillDisplayTarget> |