Added booking id to payments model

This commit is contained in:
Joaquin Ossa 2025-02-19 11:53:19 +01:00
parent 78ae3e0119
commit 533baa76c4
4 changed files with 12 additions and 0 deletions

View file

@ -1841,6 +1841,11 @@ models:
The exchange rate used to convert the payment amount from local currency
to GBP.
- name: id_booking
data_type: bigint
description: The unique, Superhog generated id for this booking.
Can be null for verification request not related to a booking.
- name: id_user_host
data_type: character varying
description: |