data property

Implementation

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

Implementation

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