bankAccountId property
The bank account the withdrawal is to.
Implementation
@$pb.TagNumber(1)
$core.String get bankAccountId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set bankAccountId($core.String v) { $_setString(0, v); }
The bank account the withdrawal is to.
@$pb.TagNumber(1)
$core.String get bankAccountId => $_getSZ(0);
@$pb.TagNumber(1)
set bankAccountId($core.String v) { $_setString(0, v); }