paymentAccountForm property

  1. @TagNumber(1)
PaymentAccountForm get paymentAccountForm

Implementation

@$pb.TagNumber(1)
$1.PaymentAccountForm get paymentAccountForm => $_getN(0);
  1. @TagNumber(1)
set paymentAccountForm (PaymentAccountForm v)

Implementation

@$pb.TagNumber(1)
set paymentAccountForm($1.PaymentAccountForm v) { setField(1, v); }