partOfTrip property

SchemaTrip? partOfTrip
getter/setter pair

Identifies that this SchemaTrip is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.

Implementation

SchemaTrip? partOfTrip;