lib/tickethub/channel/tier.rb in tickethub-0.3.80 vs lib/tickethub/channel/tier.rb in tickethub-0.3.81
- old
+ new
@@ -3,9 +3,10 @@
module Tickethub
class Channel::Tier < Resource
path '/channel/tiers'
attribute :price, type: :money
+ attribute :retail, type: :money
attribute :notice, type: :duration
attribute :period, type: :duration
attribute :interval, type: :duration
\ No newline at end of file