Addressed comments
This commit is contained in:
parent
8898a2d150
commit
e007b85d87
2 changed files with 11 additions and 11 deletions
|
|
@ -1948,13 +1948,13 @@ models:
|
|||
- name: has_active_pms
|
||||
data_type: boolean
|
||||
description: |
|
||||
Does the deal have an active associated PMS.
|
||||
Does the host have an active associated PMS.
|
||||
data_tests:
|
||||
- not_null
|
||||
- name: active_pms_list
|
||||
data_type: string
|
||||
description: |
|
||||
Name of the active PMS associated with the deal. It can have more than
|
||||
Name of the active PMS associated with the host. It can have more than
|
||||
one PMS associated with it. It can be null if it doesn't have any PMS associated.
|
||||
- name: main_billing_country_name_per_deal
|
||||
data_type: string
|
||||
|
|
@ -2513,14 +2513,14 @@ models:
|
|||
- name: has_active_pms
|
||||
data_type: boolean
|
||||
description: |
|
||||
Does the deal have an active associated PMS.
|
||||
Does the host have an active associated PMS.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: active_pms_list
|
||||
data_type: string
|
||||
description: |
|
||||
Name of the active PMS associated with the deal. It can have more than
|
||||
Name of the active PMS associated with the host. It can have more than
|
||||
one PMS associated with it. It can be null if it doesn't have any PMS associated.
|
||||
|
||||
- name: company_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue