<xs:complexType name="PosTerminalInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PosTerminalGroupId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PosTerminalCategoryId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PosTerminalNumber" type="xs:short" />
<xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="ComputerName" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="MacAddress" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="CustomerDisplayId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceiptPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenReceiptPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenReceiptPrinter1Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenReceiptPrinter2Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenReceiptPrinter3Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenReceiptPrinter4Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="KitchenCopyReceiptPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="EftDevice1Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="EftDevice2Id" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="Eft1IpAddress" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Eft2IpAddress" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="CashGuardId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashGuard2Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="RfidDeviceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ScaleDeviceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DefaultSaleTypeId" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="Eft1Description" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Eft2Description" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="BarcodeScannerId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SwipeReaderId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SignatureReaderId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PosBridgeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="PosBridgePrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCustomerDisplayActive" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsArticleSyncDisabled" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="ActiveSyncs" type="xs:unsignedByte" />
<xs:element minOccurs="0" maxOccurs="1" name="SyncLog" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="IsLogSyncProcess" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|