travelEntertainmentAuthDataPeriodDuration property

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

Number of days the car is rented for. This should be included in the auth message. * Format: Numeric * maxLength: 4

Implementation

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