Click or drag to resize

OpsCurrencyConversionRequest Class

Request Ops display a Currency Conversion dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCurrencyConversionRequest

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class OpsCurrencyConversionRequest : OpsRequest

The OpsCurrencyConversionRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsCurrencyConversionRequest
Constructor
Top
Properties
  NameDescription
Public propertyBaseAmountString
Base Currency Amount.
Public propertyBaseCurrencyName
Base Currency Name text.
Public propertyCashDrawerNumber
Cash Drawer Number if Chnage Due request.
Public propertyForeignAmountString
Foreign Currency Amount.
Public propertyForeignCurrencyName
Foreign Currency Name text.
Public propertyPrompt
Prompt (Action) translatable string.
Public propertyTitle
Dialog title text.
Top
Fields
  NameDescription
Public fieldTranslatableBaseCurrencyName
Base Currency Name translatable string.
Public fieldTranslatableForeignCurrencyName
Foreign Currency Name (translatable string).
Public fieldTranslatablePrompt
Prompt (Action).
Public fieldTranslatableTitle
Dialog title translatable string.
Top
See Also