notificationOfChange property

Implementation

DirectDebitNoticeOfChangeNotificationRequestDataNocBuilder
get notificationOfChange => _$this._notificationOfChange ??=
    DirectDebitNoticeOfChangeNotificationRequestDataNocBuilder();
set notificationOfChange (DirectDebitNoticeOfChangeNotificationRequestDataNocBuilder? notificationOfChange)

Implementation

set notificationOfChange(
  DirectDebitNoticeOfChangeNotificationRequestDataNocBuilder?
  notificationOfChange,
) => _$this._notificationOfChange = notificationOfChange;