API Docs / Schemas / AmlMailTemplateDto

AmlMailTemplateDto

A mail template configured in the AML platform.

Properties

Name Type Description
idstring
namestring
isDefaultboolean

JSON Example

{
  "id": "string",
  "name": "string",
  "isDefault": false
}