PayerDto
Simplified DTO for displaying payer (customer) information.
Payers are created by GoCardless via Billing Request Flow, so we only need read-only properties.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| string | ||
| createdAt | string |
JSON Example
{
"id": "string",
"name": "string",
"email": "string",
"createdAt": "2024-01-01T00:00:00Z"
}