donationType property

  1. @BuiltValueField.new(wireName: r'donationType')
String get donationType

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 donations amounts that the shopper can select from.

Implementation

@BuiltValueField(wireName: r'donationType')
String get donationType;