Added ProtectionType

This commit is contained in:
Joaquin Ossa 2024-12-04 14:36:49 +01:00
parent c8ee8bd456
commit 2a19f1d19a
6 changed files with 44 additions and 0 deletions

View file

@ -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.