Component: DURATION
Abstract
Duration informs the potential customer of how long does it take from start time till the end of experience.
Values for this component can be set via ExperienceComponentsDto.duration which is of DurationDto type. Duration is optional when creating new product.
Attributes of DurationDto
Attribute JSON path | Data type | Mandatory | Settable | Notes |
minutes | int | ✓ | ✓ | How long (in minutes) does this take? Total duration value will be calculated by combining sibling attribute values |
hours | int | ✓ | ✓ | How long (in hours) does this take? Total duration value will be calculated by combining sibling attribute values |
days | int | ✓ | ✓ | How long (in days) does this take? Total duration value will be calculated by combining sibling attribute values |
weeks | int | ✓ | ✓ | How long (in weeks) does this take? Total duration value will be calculated by combining sibling attribute values |
Did this answer your question?
😞
😐
🤩