lodgingPeriodNoShowIndicator property

  1. @BuiltValueField.new(wireName: r'lodging.noShowIndicator')
String? get lodgingPeriodNoShowIndicator

Indicates if the customer didn't check in for their booking. Possible values: * Y: the customer didn't check in * N: the customer checked in

Implementation

@BuiltValueField(wireName: r'lodging.noShowIndicator')
String? get lodgingPeriodNoShowIndicator;