affiliateFeeRateBp property

  1. @TagNumber(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(10)
set affiliateFeeRateBp (String v)

Implementation

@$pb.TagNumber(10)
set affiliateFeeRateBp($core.String v) {
  $_setString(9, v);
}