Mastercard · Schema

MCSupportedCurrencies

The response object that contains a list of supported curencies.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
currencies array
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-supported-currencies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCSupportedCurrencies",
  "type": "object",
  "description": "The response object that contains a list of supported curencies.",
  "properties": {
    "currencies": {
      "type": "array"
    }
  }
}