percentageAdjustment property

String? percentageAdjustment
getter/setter pair

Multiplicative shipping rate modifier as a number in decimal notation.

Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional.

Implementation

core.String? percentageAdjustment;