includeChildAccounts property
/ Whether to include transfers from child accounts.
Implementation
@$pb.TagNumber(5)
$core.bool get includeChildAccounts => $_getBF(3);
Implementation
@$pb.TagNumber(5)
set includeChildAccounts($core.bool v) { $_setBool(3, v); }