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