DirectDebitSettingsDto
Tenant-level configuration for direct debit request behavior and email settings.
Controls how direct debit requests are sent to clients.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique identifier for the settings |
Unique identifier for the settings | ||
| requestEmailContentBlock | CodeAndNameDto | |
JSON Example
{
"code": "string",
"requestEmailContentBlock": {
"code": "string",
"name": "string"
}
}