paymentAccountReq property

PaymentAccountReqBuilder get paymentAccountReq

Implementation

PaymentAccountReqBuilder get paymentAccountReq =>
    _$this._paymentAccountReq ??= PaymentAccountReqBuilder();
set paymentAccountReq (PaymentAccountReqBuilder? paymentAccountReq)

Implementation

set paymentAccountReq(PaymentAccountReqBuilder? paymentAccountReq) =>
    _$this._paymentAccountReq = paymentAccountReq;