travelEntertainmentAuthDataPeriodDuration property

  1. @BuiltValueField.new(wireName: r'travelEntertainmentAuthData.duration')
String? get travelEntertainmentAuthDataPeriodDuration

The number of nights. This should be included in the auth message. * Format: numeric * Max length: 4 characters

Implementation

@BuiltValueField(wireName: r'travelEntertainmentAuthData.duration')
String? get travelEntertainmentAuthDataPeriodDuration;