Mastercard · Schema

CountrySubdivision

Available information the Country Subdivision such as the name and code

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
countrySubdivisionCode string Abbreviated code for the state or province
countrySubdivisionName string Name of the country subdivision
View JSON Schema on GitHub

JSON Schema

mastercard-atm-locations-country-subdivision-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CountrySubdivision",
  "type": "object",
  "description": "Available information the Country Subdivision such as the name and code",
  "properties": {
    "countrySubdivisionCode": {
      "type": "string",
      "description": "Abbreviated code for the state or province"
    },
    "countrySubdivisionName": {
      "type": "string",
      "description": "Name of the country subdivision"
    }
  }
}