MandateDto
Response DTO for a direct debit mandate
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| reference | string | |
| payerId | string | |
| payerName | string | |
| status | string | |
| scheme | string | |
| createdAt | string | |
| authorizationUrl | string | |
| webUrl | string |
JSON Example
{
"id": "string",
"reference": "string",
"payerId": "string",
"payerName": "string",
"status": "string"
}