data property
Implementation
DirectDebitNotificationOfChangeNotificationRequestDataBuilder get data =>
_$this._data ??=
DirectDebitNotificationOfChangeNotificationRequestDataBuilder();
set
data
(DirectDebitNotificationOfChangeNotificationRequestDataBuilder? data)
Implementation
set data(
DirectDebitNotificationOfChangeNotificationRequestDataBuilder? data,
) => _$this._data = data;