lodgingPeriodCheckInDate property

  1. @BuiltValueField.new(wireName: r'lodging.checkInDate')
String? get lodgingPeriodCheckInDate

The arrival date. * Date format: yyyyMmDd. For example, for 2023 April 22, 20230422.

Implementation

@BuiltValueField(wireName: r'lodging.checkInDate')
String? get lodgingPeriodCheckInDate;