Changed names of types of payments for better clarity
This commit is contained in:
parent
35e4735720
commit
fb61c69714
2 changed files with 22 additions and 16 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue