lib/ex_chargebee/resources/quote_line_group.ex

defmodule ExChargebee.QuoteLineGroup do
  @moduledoc """
  an interface for interacting with Quotes
  """

  use ExChargebee.Resource, stdops: [:list]
end