Gets or sets string of the name or id of the cashier that is submitting the transaction.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Property Cashier As String
Get
Set
Public Property Cashier As String
Get
Set
public string Cashier { get; set; }
public string Cashier { get; set; }
public:
property String^ Cashier {
String^ get ();
void set (String^ value);
}
This is shown with QuickSwipe transaction details as the originator of the transaction.
You may use any designation you wish. Good choices are the user name of the POS clerk,
email address, or the name of the application that is connecting.