amounts property

  1. @BuiltValueField.new(wireName: r'amounts')
Amounts? get amounts

The object that contains the fixed donation amounts that the shopper can select from.

Implementation

@BuiltValueField(wireName: r'amounts')
Amounts? get amounts;