notificationItems property

ListBuilder<RefundNotificationRequestItemWrapper> get notificationItems

Implementation

ListBuilder<RefundNotificationRequestItemWrapper> get notificationItems =>
    _$this._notificationItems ??=
        ListBuilder<RefundNotificationRequestItemWrapper>();
set notificationItems (ListBuilder<RefundNotificationRequestItemWrapper>? notificationItems)

Implementation

set notificationItems(
  ListBuilder<RefundNotificationRequestItemWrapper>? notificationItems,
) => _$this._notificationItems = notificationItems;