| JSON Property | Data Type | Description |
|---|
| id | Guid | Gets or sets the ID of the group invoice. |
| group_name | string | Gets or sets the name of the group associated with the invoice. |
| comments | string | Gets or sets the comments related to the group invoice. |
| is_surprise | bool | Gets or sets a value indicating whether the invoice is a surprise. |
| invoices | IEnumerable | Gets or sets the list of invoice details for each participant in the group. |
| JSON Property | Data Type | Description |
|---|
| id | string | Gets or sets the ID of the guest in the invoice group. |
| JSON Property | Data Type | Description |
|---|
| id | string | Gets or sets the ID of the invoice. |
| receipt_number | string | Gets or sets the receipt number associated with the invoice. |
| invoice_date | string | Gets or sets the date the invoice was created. |
| center_id | string | Gets or sets the ID of the center where the invoice was created. |
| appointment_group_id | string | Gets or sets the ID of the application group associated with the invoice. |
| guest | InvoiceGroupGuestModel | Gets or sets the guest model associated with the group invoice. |