FiscalPrinter.SetCurrency(FiscalCurrency) Method
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.
Changes to a new currency (for example, euro).
public abstract void SetCurrency (Microsoft.PointOfService.FiscalCurrency newCurrency);
abstract member SetCurrency : Microsoft.PointOfService.FiscalCurrency -> unit
Public MustOverride Sub SetCurrency (newCurrency As FiscalCurrency)
Parameters
- newCurrency
- FiscalCurrency
The new currency.