Source: https://guides.developer.iata.org/docs/download-the-latest-standards

CurParameter

A currency related parameters intended to influence which currency the shopping results are displayed in.

Properties

Name Description Type Required Generic Enum Ignore
appCode Currency code application. Examples: Actual, Display, Requested, Conversion, Other CurAppCode false false
decimalsAllowedNumber Specifies how many numbers to be specified after the decimal in case of currency amounts. number false false
metadata A message wide metadata information. Metadata false false
name Currency name, e.g. US Dollars. string false false
requestedCurCode Currency Code as per ISO 4217. CurCode false false
responseParameters An information related to how response results should be returned. ResponseParameters true false
{
  "appCode" : {
    "curAppCodeEnum" : { }
  },
  "decimalsAllowedNumber" : "number",
  "metadata" : {
    "codesetMetadata" : [ { } ],
    "curMetadata" : [ { } ],
    "fieldMetadata" : [ { } ]
  },
  "name" : "string",
  "requestedCurCode" : {
    "curCodeEnum" : { }
  },
  "responseParameters" : {
    "bdc" : { },
    "curParameter" : [ { } ],
    "device" : { },
    "inventoryGuaranteeInd" : "boolean",
    "langUsage" : [ { } ],
    "marketingMessage" : [ { } ],
    "measurementSystemCode" : { },
    "paxGroup" : { },
    "pricingParameter" : { },
    "reasonCode" : "string",
    "securePayerAuthenticationInstructions" : { }
  }
}