require_relative '../resource' module Tickethub class Reseller::Extra < Resource path '/reseller/extras' attribute :price, type: :money attribute :created_at, type: :datetime attribute :updated_at, type: :datetime end end