Mastercard · Schema

ConversionRateWrapper

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
name string The name of the service being requested.
description string The description of the API being called.
date string The date and time the API is being called in GMT.
type string The type of response being returned by the API.
View JSON Schema on GitHub

JSON Schema

mastercard-standard-currency-conversion-calculator-conversion-rate-wrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConversionRateWrapper",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the service being requested."
    },
    "description": {
      "type": "string",
      "description": "The description of the API being called."
    },
    "date": {
      "type": "string",
      "description": "The date and time the API is being called in GMT."
    },
    "type": {
      "type": "string",
      "description": "The type of response being returned by the API."
    }
  }
}