paymentAccountStatus property
PaymentAccountStatusBuilder
get
paymentAccountStatus
Implementation
PaymentAccountStatusBuilder get paymentAccountStatus =>
_$this._paymentAccountStatus ??= PaymentAccountStatusBuilder();
set
paymentAccountStatus
(PaymentAccountStatusBuilder? paymentAccountStatus)
Implementation
set paymentAccountStatus(PaymentAccountStatusBuilder? paymentAccountStatus) =>
_$this._paymentAccountStatus = paymentAccountStatus;