currentPaymentAccount property

  1. @TagNumber(3)
PaymentAccount get currentPaymentAccount

Implementation

@$pb.TagNumber(3)
PaymentAccount get currentPaymentAccount => $_getN(2);
  1. @TagNumber(3)
set currentPaymentAccount (PaymentAccount v)

Implementation

@$pb.TagNumber(3)
set currentPaymentAccount(PaymentAccount v) { setField(3, v); }