airbnb · Schema
Booking
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the booking. |
| confirmation_code | string | The human-readable confirmation code for the booking. |
| status | string | The current status of the booking. |
| experience_id | string | The identifier of the booked experience. |
| schedule_id | string | The identifier of the booked schedule entry. |
| guest | object | |
| guests_count | integer | The number of guests included in the booking. |
| total_price | number | The total price of the booking. |
| currency | string | The ISO 4217 currency code for the booking pricing. |
| host_payout | number | The amount to be paid out to the host after fees. |
| created_at | string | The timestamp when the booking was created. |
| updated_at | string | The timestamp when the booking was last updated. |