Repository URL to install this package:
|
Version:
0.9.7 ▾
|
module Lobbyist
module V2
class AddOn < Lobbyist::V2::Base
attr_accessor :id, :parentable_id, :parentable_type, :name, :short_name, :cost, :amount,
:status, :rollable, :start_date, :expiration_date, :prospect_marketing, :unit_price,
:markup_percentage
end
end
end