Added total fee cost of booking
This commit is contained in:
parent
126e702c6e
commit
b03982b708
4 changed files with 11 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ models:
|
|||
data_type: integer
|
||||
description: "number of nights for the booking"
|
||||
|
||||
- name: total_fee_local
|
||||
data_type: double precision
|
||||
description: "total fee for the booking"
|
||||
|
||||
- name: email_flag
|
||||
data_type: text
|
||||
description: "screening result for email"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue