notificationItems property
ListBuilder<CancelOrRefundNotificationRequestItemWrapper>
get
notificationItems
Implementation
ListBuilder<CancelOrRefundNotificationRequestItemWrapper>
get notificationItems => _$this._notificationItems ??=
ListBuilder<CancelOrRefundNotificationRequestItemWrapper>();
set
notificationItems
(ListBuilder<CancelOrRefundNotificationRequestItemWrapper> ? notificationItems)
Implementation
set notificationItems(
ListBuilder<CancelOrRefundNotificationRequestItemWrapper>?
notificationItems,
) => _$this._notificationItems = notificationItems;