Mastercard · JSON Structure

Mastercard Atm Locations Atm Structure

Type: object Properties: 30
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Atm is a JSON Structure definition published by Mastercard, describing 30 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

accessFees addressLine1 addressLine2 airportCode atmTerminalId availability camera countryCode countryName countrySubdivisionCode countrySubdivisionName city distance distanceUnit geocodingResult handicapAccessible hasSharedDeposit isSurchargeFreeAlliance latitude locationName locationType longitude owner ownerICA postalCode routeTransactionNumber sponsor sponsorICA supportsEmv surchargeFreeAllianceNetwork

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Atm",
  "type": "object",
  "properties": {
    "accessFees": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "airportCode": {
      "type": "string"
    },
    "atmTerminalId": {
      "type": "string"
    },
    "availability": {
      "type": "string"
    },
    "camera": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countryName": {
      "type": "string"
    },
    "countrySubdivisionCode": {
      "type": "string"
    },
    "countrySubdivisionName": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "distance": {
      "type": "number"
    },
    "distanceUnit": {
      "type": "string"
    },
    "geocodingResult": {
      "type": "string"
    },
    "handicapAccessible": {
      "type": "string"
    },
    "hasSharedDeposit": {
      "type": "string"
    },
    "isSurchargeFreeAlliance": {
      "type": "string"
    },
    "latitude": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "locationType": {
      "type": "string"
    },
    "longitude": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "ownerICA": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "routeTransactionNumber": {
      "type": "string"
    },
    "sponsor": {
      "type": "string"
    },
    "sponsorICA": {
      "type": "string"
    },
    "supportsEmv": {
      "type": "string"
    },
    "surchargeFreeAllianceNetwork": {
      "type": "string"
    }
  }
}