gratuities property

  1. @BuiltValueField.new(wireName: r'gratuities')
BuiltList<Gratuity>? get gratuities

Settings for tipping with or without predefined options to choose from. The maximum number of predefined options is four, or three plus the option to enter a custom tip.

Implementation

@BuiltValueField(wireName: r'gratuities')
BuiltList<Gratuity>? get gratuities;