FiscalDataItem(String, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the FiscalDataItem structure from parameters specifying the instance's constituent parts.
public FiscalDataItem (string data, int itemOption);
new Microsoft.PointOfService.FiscalDataItem : string * int -> Microsoft.PointOfService.FiscalDataItem
Public Sub New (data As String, itemOption As Integer)
Parameters
- data
- String
A character string that contains the returned data requested from GetData(FiscalData, Int32).
- itemOption
- Int32
Optional integer data retrieved for some FiscalData values.