new booking fields
This commit is contained in:
parent
6fce8c0ec6
commit
a94fb760e5
4 changed files with 28 additions and 0 deletions
|
|
@ -5585,6 +5585,15 @@ models:
|
|||
description: The unique, Superhog generated id for this booking.
|
||||
Can be null for verification request not related to a booking.
|
||||
|
||||
- name: booking_state
|
||||
data_type: character varying
|
||||
description: "State in which the booking is"
|
||||
|
||||
- name: is_verification_request_complete
|
||||
data_type: boolean
|
||||
description: "True if the verification request is considered
|
||||
complete, AKA the guest has finished the full guest journey."
|
||||
|
||||
- name: id_user_host
|
||||
data_type: character varying
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue