Base class for pricing information.
Description of this pricing
Simple label to describe this pricing
Type
Create pricing
hash - Hash of attributes to apply
type - type for serialization help
# File lib/onapp_market/pricing.rb, line 17 def initialize(hash = {}, type = nil) super(hash, type) end