Mastercard · Schema

SettlementCurrency

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
currencies array A list of settlement currencies
View JSON Schema on GitHub

JSON Schema

mastercard-standard-currency-conversion-calculator-settlement-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SettlementCurrency",
  "type": "object",
  "properties": {
    "currencies": {
      "type": "array",
      "description": "A list of settlement currencies"
    }
  }
}