predefinedTipEntries property
Tipping options the shopper can choose from if usePredefinedTipEntries is true. The maximum number of predefined options is four, or three plus the option to enter a custom tip. The options can be a mix of: - A percentage of the transaction amount. Example: 5% - A tip amount in minor units. Example: 500 for a EUR 5 tip.
Implementation
@BuiltValueField(wireName: r'predefinedTipEntries')
BuiltList<String>? get predefinedTipEntries;