paymentAccounts property

  1. @TagNumber(2)
List<PaymentAccount> get paymentAccounts

Implementation

@$pb.TagNumber(2)
$core.List<PaymentAccount> get paymentAccounts => $_getList(1);