accountType property
/ Bank account type.
Implementation
@$pb.TagNumber(2)
BankAccountRef_BankAccountType get accountType => $_getN(1);
Implementation
@$pb.TagNumber(2)
set accountType(BankAccountRef_BankAccountType v) { $_setField(2, v); }
/ Bank account type.
@$pb.TagNumber(2)
BankAccountRef_BankAccountType get accountType => $_getN(1);
@$pb.TagNumber(2)
set accountType(BankAccountRef_BankAccountType v) { $_setField(2, v); }