notificationItems property

ListBuilder<RefundCaptureFailedNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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