paymentAccountIndicator property

AccountInfoPaymentAccountIndicatorEnum? get paymentAccountIndicator

Implementation

AccountInfoPaymentAccountIndicatorEnum? get paymentAccountIndicator =>
    _$this._paymentAccountIndicator;
set paymentAccountIndicator (AccountInfoPaymentAccountIndicatorEnum? paymentAccountIndicator)

Implementation

set paymentAccountIndicator(
  AccountInfoPaymentAccountIndicatorEnum? paymentAccountIndicator,
) => _$this._paymentAccountIndicator = paymentAccountIndicator;