affiliateFeeRateBp property
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);
Implementation
@$pb.TagNumber(10)
set affiliateFeeRateBp($core.String value) => $_setString(9, value);