# frozen_string_literal: false class Invoice class DataPresenter class BillAddress < Invoice::DataPresenter::Address end end end