Mastercard · Schema

Amount

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
currency string ISO 4217 code for Currency.
value number Amount value.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-amount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Amount",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "description": "ISO 4217 code for Currency."
    },
    "value": {
      "type": "number",
      "description": "Amount value."
    }
  }
}