Mastercard · Schema

MCAmount

Amount object that includes the value and the currency in which a payment transaction has been performed

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
value number Actual amount of a payment transaction
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-amount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCAmount",
  "type": "object",
  "description": "Amount object that includes the value and the currency in which a payment transaction has been performed",
  "properties": {
    "value": {
      "type": "number",
      "description": "Actual amount of a payment transaction"
    }
  }
}