Changed names of types of payments for better clarity

This commit is contained in:
Joaquin Ossa 2024-07-03 16:23:52 +02:00
parent 35e4735720
commit fb61c69714
2 changed files with 22 additions and 16 deletions

View file

@ -1002,18 +1002,22 @@ models:
data_type: numeric
description: ""
- name: check_in_cover
- name: has_check_in_cover_payment
data_type: boolean
description: ""
description: |
True if guest payed for check-in cover
- name: waiver
- name: has_waiver_payment
data_type: boolean
description: ""
description: |
True if guest payed the waiver
- name: deposit
- name: has_deposit_payment
data_type: boolean
description: ""
description: |
True if guest payed the deposit
- name: fee
- name: has_fee_payment
data_type: boolean
description: ""
description: |
True if guest payed the fee