lodgingPeriodTotalRoomTax property

  1. @BuiltValueField.new(wireName: r'lodging.totalRoomTax')
String? get lodgingPeriodTotalRoomTax

The total room tax amount, in minor units. * Format: numeric * Max length: 12 characters * Must not be a negative number

Implementation

@BuiltValueField(wireName: r'lodging.totalRoomTax')
String? get lodgingPeriodTotalRoomTax;