lodgingPeriodTotalTax property

  1. @BuiltValueField.new(wireName: r'lodging.totalTax')
String? get lodgingPeriodTotalTax

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

Implementation

@BuiltValueField(wireName: r'lodging.totalTax')
String? get lodgingPeriodTotalTax;