Mastercard · Schema

Currency

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
alphaCd string The Alpha code for the currency.
currNam string The full name of the currency.
View JSON Schema on GitHub

JSON Schema

mastercard-standard-currency-conversion-calculator-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Currency",
  "type": "object",
  "properties": {
    "alphaCd": {
      "type": "string",
      "description": "The Alpha code for the currency."
    },
    "currNam": {
      "type": "string",
      "description": "The full name of the currency."
    }
  }
}