bankAccountId property
- @TagNumber.new(15)
The associated ID of the bank account
Implementation
@$pb.TagNumber(15)
$fixnum.Int64 get bankAccountId => $_getI64(7);
- @TagNumber.new(15)
Implementation
@$pb.TagNumber(15)
set bankAccountId($fixnum.Int64 value) => $_setInt64(7, value);