Share via


FiscalPrinter.SetPosId(String, String) Method

Definition

Sets the POS and cashier identifiers.

public abstract void SetPosId (string posId, string cashierId);
abstract member SetPosId : string * string -> unit
Public MustOverride Sub SetPosId (posId As String, cashierId As String)

Parameters

posId
String

Identifier for the POS system.

cashierId
String

Identifier of the cashier.

Applies to