notificationRequestItem property

RefundWithDataNotificationRequestItemBuilder get notificationRequestItem

Implementation

RefundWithDataNotificationRequestItemBuilder get notificationRequestItem =>
    _$this._notificationRequestItem ??=
        RefundWithDataNotificationRequestItemBuilder();
set notificationRequestItem (RefundWithDataNotificationRequestItemBuilder? notificationRequestItem)

Implementation

set notificationRequestItem(
  RefundWithDataNotificationRequestItemBuilder? notificationRequestItem,
) => _$this._notificationRequestItem = notificationRequestItem;