Indicate to the ABU Integrator if they are subscribed to the inquired account. account number for a given merchant. *`subscribed: true`: Customer is subscribed. *`subscribed: false`: Customer is not s
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "OutSubscriptionInquiry",
"type": "object",
"properties": {
"subscribed": {
"type": "boolean",
"description": "Indicate to the ABU Integrator if they are subscribed to the inquired account. account number for a given merchant. *`subscribed: true`: Customer is subscribed. *`subscribed: false`: Customer is not subscribed."
}
}
}