ReportTerminalCurrencyStringValueMapping Model

Required
TerminalCurrencyStringID : number (int)

Nullable MaxLength(64)
Reporting_OutletGroupCommonName : string

Nullable MaxLength(64)
Reporting_OutletGroupLocalizedName : string

Nullable MaxLength(64)
Reporting_OutletCommonName : string

Nullable MaxLength(64)
Reporting_OutletLocalizedName : string

Nullable MaxLength(64)
Reporting_TerminalCommonName : string

Nullable MaxLength(64)
Reporting_TerminalLocalizedName : string

Nullable MaxLength(4)
Reporting_TerminalDisplayID : string

Nullable MaxLength(4)
Reporting_CurrencyCode : string

Nullable MaxLength(8)
Reporting_CurrencySymbol : string

Nullable MaxLength(64)
Reporting_CurrencyCommonName : string

Nullable MaxLength(64)
Reporting_CurrencyLocalizedName : string

Example
{
  "TerminalCurrencyStringID": 321,
  "Reporting_OutletGroupCommonName": "string value",
  "Reporting_OutletGroupLocalizedName": "string value",
  "Reporting_OutletCommonName": "string value",
  "Reporting_OutletLocalizedName": "string value",
  "Reporting_TerminalCommonName": "string value",
  "Reporting_TerminalLocalizedName": "string value",
  "Reporting_TerminalDisplayID": "string value",
  "Reporting_CurrencyCode": "string value",
  "Reporting_CurrencySymbol": "string value",
  "Reporting_CurrencyCommonName": "string value",
  "Reporting_CurrencyLocalizedName": "string value"
}