lodgingPeriodRoom1PeriodRate property

  1. @BuiltValueField.new(wireName: r'lodging.room1.rate')
String? get lodgingPeriodRoom1PeriodRate

The rate for the room, in minor units. * Format: numeric * Max length: 12 characters * Must not be a negative number

Implementation

@BuiltValueField(wireName: r'lodging.room1.rate')
String? get lodgingPeriodRoom1PeriodRate;