toAmountLimit property

  1. @TagNumber(8)
String get toAmountLimit

Implementation

@$pb.TagNumber(8)
$core.String get toAmountLimit => $_getSZ(7);
  1. @TagNumber(8)
set toAmountLimit (String v)

Implementation

@$pb.TagNumber(8)
set toAmountLimit($core.String v) {
  $_setString(7, v);
}