Mastercard · Schema

PermanentAddress

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
permanentAddressFrom string Date since when the referenced address is defined as the permanent address.
Format - It is expressed in ISO 8601 - `YYYY-MM-DD`
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-permanent-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PermanentAddress",
  "type": "object",
  "properties": {
    "permanentAddressFrom": {
      "type": "string",
      "description": "Date since when the referenced address is defined as the permanent address.  <br/> Format - It is expressed in ISO 8601 - `YYYY-MM-DD`"
    }
  }
}