Added ProtectionType
This commit is contained in:
parent
c8ee8bd456
commit
2a19f1d19a
6 changed files with 44 additions and 0 deletions
|
|
@ -30,6 +30,19 @@ models:
|
|||
data_type: text
|
||||
description: Identifier for the accommodation related to the booking.
|
||||
|
||||
- name: protection_type
|
||||
data_type: text
|
||||
description: Specific protection type for the request.
|
||||
tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "SCREEN & PROTECT"
|
||||
- "BASIC PROTECTION"
|
||||
- "STANDALONE PROTECTION"
|
||||
- "DAMAGE WAIVER"
|
||||
- "PET PROTECTION"
|
||||
|
||||
- name: protection_basic_amount
|
||||
data_type: numeric
|
||||
description: Basic protection amount for the booking.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue