Mastercard · Schema

AlertsPageableSubMerchantResource

Pageable response containing sub-merchants with their details

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
subMerchants array List of sub-merchants with all details
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-alerts-pageable-sub-merchant-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AlertsPageableSubMerchantResource",
  "type": "object",
  "description": "Pageable response containing sub-merchants with their details",
  "properties": {
    "subMerchants": {
      "type": "array",
      "description": "List of sub-merchants with all details"
    }
  }
}