values property
The fixed donation amounts in minor units. This field is only present when donationType is fixedAmounts.
Implementation
@BuiltValueField(wireName: r'values')
BuiltList<int>? get values;
The fixed donation amounts in minor units. This field is only present when donationType is fixedAmounts.
@BuiltValueField(wireName: r'values')
BuiltList<int>? get values;