SendDirectDebitSetupEmailRequest
Properties
| Name | Type | Description |
|---|---|---|
| clientCode | string | |
| email* | string | |
| firstName | string | |
| lastName | string | |
| callbackUrl | string |
JSON Example
{
"clientCode": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"callbackUrl": "string"
}