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