| Json Property | Data Type | Description |
|---|
| collections | List | Collections by center |
| page_info | PaginationDetailsViewModel | Pagination details of response |
| total | CollectionsTotal | Collection totals |
| error | ApiErrorModel | API error details |
| Json Property | Data Type | Description |
|---|
| payment_date | DateTime? | Date of payment |
| invoice_no | string | Invoice number |
| guest_name | string | Name of the guest |
| center_name | string | Center name |
| tax_collected | decimal? | Amount of tax collected |
| payment_type | string | Type of payment |
| amount_paid | decimal? | Amount paid |
| amount_paid_exc_tax | decimal? | Amount paid exclusive tax |
| total_paid | decimal? | Total amount paid |
| amount_paid_inc_tax_tip_ssg | decimal? | Amount paid inclusive of tax, tip, and SSG |
| due | decimal? | Amount due |
| tip | decimal? | Tip amount |
| ssg | decimal? | SSG amount |
| cash_back | decimal? | Cash back amount |
| card_type | string | Card type |
| card_number | string | Card number |
| card_invoice_no | string | Card invoice number |
| card_bank_name | string | Bank name of the card used |
| card_expiry | string | Expiry date of card |
| check_number | string | Check number |
| check_bank_name | string | Bank name of check given |
| check_date | string | Date of check |
| custom_name | string | Custom name |
| additional_data | string | Additional data |
| comments | string | Comments |
| collected_by | string | Collected by |
| cash_register | string | Cash register name |
| invoice_status | string | Status of invoice |
| invoice_id | Guid? | Unique identifier of invoice |
| guest_id | Guid? | Unique identifier of guest |
| center_id | Guid? | Unique identifier of center |
| invoice_center | string | Invoice center name |
| liability_center | string | Liability center name |
| collection_center | string | Collection center name |
| closed_date | string | Closed date |
| Json Property | Data Type | Description |
|---|
| amount_paid | decimal | Amount paid total |
| amount_paid_exc_tax | decimal | Amount paid total excluding tax |
| amount_paid_inc_tax_tip_ssg | decimal | Amount paid total including tax, tip, and SSG |
| Json Property | Data Type | Description |
|---|
| total | int | Total number of items |
| page | int | Current page number |
| size | int | Number of items per page |
| Json Property | Data Type | Description |
|---|
| code | int | Error code |
| message | string | Error message |