InvoiceRecipient
Represents an additional invoice recipient.
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | The recipient's name. |
The recipient's name. | ||
| email* | string | The recipient's email address. |
The recipient's email address. | ||
JSON Example
{
"name": "string",
"email": "user@example.com"
}