# frozen_string_literal: true module FriendlyShipping module Services class UpsFreight class LabelItemOptions < RatesItemOptions end end end end