accountType property

  1. @TagNumber(2)
BankAccountRef_BankAccountType accountType

Implementation

@$pb.TagNumber(2)
BankAccountRef_BankAccountType get accountType => $_getN(1);
  1. @TagNumber(2)
void accountType=(BankAccountRef_BankAccountType v)

Implementation

@$pb.TagNumber(2)
set accountType(BankAccountRef_BankAccountType v) { setField(2, v); }