affiliateFeeRateBp property

  1. @TagNumber.new(10)
String get affiliateFeeRateBp

Optional affiliate fee, percentage base points, e.g. 100 means 1%, 0 - 1000, as string. Empty means to ignore it.

Implementation

@$pb.TagNumber(10)
$core.String get affiliateFeeRateBp => $_getSZ(9);
  1. @TagNumber.new(10)
set affiliateFeeRateBp (String value)

Implementation

@$pb.TagNumber(10)
set affiliateFeeRateBp($core.String value) => $_setString(9, value);