affiliateFeeRateBp property

  1. @TagNumber(10)
String get affiliateFeeRateBp

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); }