module Tickethub class App::Package < Resource path '/app/packages' attribute :price, type: :money attribute :currency, type: :currency end end