toAmountLimit property
Optional minimum accepted destination amount. Actual destination amount will depend on current rates, limit amount can be used to prevent using very unfavorable rates. The default is 0 - no price limit.
Implementation
@$pb.TagNumber(8)
$core.String get toAmountLimit => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set toAmountLimit($core.String v) {
$_setString(7, v);
}