{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UserBlacklistMasterCardMerchant",
"title": "UserBlacklistMasterCardMerchant",
"type": "object",
"properties": {
"merchant_name": {
"type": "string",
"description": "The name of the merchant.",
"readOnly": false,
"writeOnly": false
},
"merchant_id": {
"type": "string",
"description": "The blacklisted merchant.",
"readOnly": false,
"writeOnly": false
},
"merchant_identifier": {
"type": "string",
"description": "Identifier of the merchant we are blacklisting.",
"readOnly": false,
"writeOnly": false
},
"mastercard_merchant_id": {
"type": "string",
"description": "The blacklisted merchant.",
"readOnly": false,
"writeOnly": false
},
"external_merchant_id": {
"type": "string",
"description": "Externally provided merchant identification.",
"readOnly": false,
"writeOnly": false
},
"id": {
"type": "integer",
"description": "The id of the blacklist.",
"readOnly": true,
"writeOnly": false
},
"created": {
"type": "string",
"description": "The timestamp of the object's creation.",
"readOnly": true,
"writeOnly": false
},
"updated": {
"type": "string",
"description": "The timestamp of the object's last update.",
"readOnly": true,
"writeOnly": false
},
"status": {
"type": "string",
"description": "The status of the the blacklist.",
"readOnly": true,
"writeOnly": false
},
"merchant_hash": {
"type": "string",
"description": "Hash of the merchant we are blacklisting.",
"readOnly": true,
"writeOnly": false
},
"merchant_avatar": {
"type": "object",
"description": "",
"readOnly": true,
"writeOnly": false,
"$ref": "#/components/schemas/Avatar"
}
}
}