Class StoreBillCreationInformation
Inheritance
System.Object
StoreBillCreationInformation
Namespace: anybill.POS.Client.Models.Store.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class StoreBillCreationInformation
Properties
BillCreationType
The BillCreationType how a bill can be created.
Declaration
public BillCreationType BillCreationType { get; set; }
Property Value
Type | Description |
---|---|
BillCreationType |
CreationDetails
Additional information about the BillCreationType. E.g. type of payment card or payment terminal.
Declaration
public string CreationDetails { get; set; }
Property Value
Type | Description |
---|---|
System.String |