Added listings data

This commit is contained in:
Joaquin Ossa 2025-02-19 14:57:44 +01:00
parent 5585880b63
commit 6fce8c0ec6
4 changed files with 58 additions and 8 deletions

View file

@ -1901,17 +1901,38 @@ models:
description: |
The town or city name of the guest's billing address.
- name: friendly_name
- name: id_accommodation
data_type: character varying
description: |
"Id of the accommodation or listing."
- name: accommodation_name
data_type: character varying
description: |
A user-friendly name for the booking or transaction, often used for
display purposes.
- name: address_line_1
- name: accommodation_country
data_type: text
description: |
The country name of the accommodation.
- name: accommodation_town
data_type: text
description: |
The town or city name of the accommodation.
- name: accommodation_address
data_type: character varying
description: |
The first line of the property address associated with the payment.
- name: accommodation_postcode
data_type: character varying
description: |
The postal code of the property address associated with the payment
for the booking.
- name: check_in_date_utc
data_type: date
description: The scheduled check-in date of the guest, in UTC.