lib/recurly/requests/account_acquisition_updatable.rb in recurly-3.0.0.beta.4 vs lib/recurly/requests/account_acquisition_updatable.rb in recurly-3.0.0.beta.5
- old
+ new
@@ -10,10 +10,10 @@
# @return [String] An arbitrary identifier for the marketing campaign that led to the acquisition of this account.
define_attribute :campaign, String
# @!attribute channel
# @return [String] The channel through which the account was acquired.
- define_attribute :channel, String, { :enum => ["referral", "social_media", "email", "paid_search", "organic_search", "direct_traffic", "marketing_content", "blog", "events", "outbound_sales", "advertising", "public_relations", "other"] }
+ define_attribute :channel, String
# @!attribute cost
# @return [Hash] Account balance
define_attribute :cost, Hash