percentage property
Surcharge percentage per transaction. The maximum number of decimal places is two. For example, 1% or 2.27%.
Implementation
@BuiltValueField(wireName: r'percentage')
double? get percentage;
Surcharge percentage per transaction. The maximum number of decimal places is two. For example, 1% or 2.27%.
@BuiltValueField(wireName: r'percentage')
double? get percentage;