require_relative '../resource' module Tickethub class Channel::Tier < Resource path '/channel/tiers' attribute :price, type: :money attribute :notice, type: :duration attribute :period, type: :duration attribute :interval, type: :duration attribute :duration, type: :duration end end