allowCustomAmount property

  1. @BuiltValueField.new(wireName: r'allowCustomAmount')
bool? get allowCustomAmount

Indicates whether one of the predefined tipping options is to let the shopper enter a custom tip. If true, only three of the other options defined in predefinedTipEntries are shown.

Implementation

@BuiltValueField(wireName: r'allowCustomAmount')
bool? get allowCustomAmount;