type property
The type of donation. Possible values: * roundup: a donation where the original transaction amount is rounded up as a donation. * fixedAmounts: a donation where you show fixed donation amounts that the shopper can select from.
Implementation
@BuiltValueField(wireName: r'type')
String get type;