paymentAccountList property

  1. @TagNumber(9)
PaymentAccountList get paymentAccountList

Implementation

@$pb.TagNumber(9)
PaymentAccountList get paymentAccountList => $_getN(8);
  1. @TagNumber(9)
set paymentAccountList (PaymentAccountList v)

Implementation

@$pb.TagNumber(9)
set paymentAccountList(PaymentAccountList v) { setField(9, v); }