values property
An array of the number of installments that the shopper can choose from. For example, 2,3,5. This cannot be specified simultaneously with maxValue.
Implementation
@BuiltValueField(wireName: r'values')
BuiltList<int>? get values;
An array of the number of installments that the shopper can choose from. For example, 2,3,5. This cannot be specified simultaneously with maxValue.
@BuiltValueField(wireName: r'values')
BuiltList<int>? get values;