data property

Implementation

DirectDebitNotificationOfChangeNotificationRequestDataBuilder get data =>
    _$this._data ??=
        DirectDebitNotificationOfChangeNotificationRequestDataBuilder();

Implementation

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