lib/recurly/requests/account_acquisition_updatable.rb in recurly-3.0.0.beta.5 vs lib/recurly/requests/account_acquisition_updatable.rb in recurly-3.0.0

- old
+ new

@@ -13,11 +13,11 @@ # @!attribute channel # @return [String] The channel through which the account was acquired. define_attribute :channel, String # @!attribute cost - # @return [Hash] Account balance - define_attribute :cost, Hash + # @return [AccountAcquisitionCost] + define_attribute :cost, :AccountAcquisitionCost # @!attribute subchannel # @return [String] An arbitrary subchannel string representing a distinction/subcategory within a broader channel. define_attribute :subchannel, String end