lib/recurly/resources/subscription.rb in recurly-3.0.0.beta.1 vs lib/recurly/resources/subscription.rb in recurly-3.0.0.beta.2
- old
+ new
@@ -1,12 +1,12 @@
module Recurly
module Resources
class Subscription < Resource
# @!attribute account
- # @return [AccountMini]
- define_attribute :account, :AccountMini
+ # @return [Account]
+ define_attribute :account, :Account
# @!attribute activated_at
# @return [DateTime] Activated at
define_attribute :activated_at, DateTime
@@ -77,11 +77,11 @@
# @!attribute pending_change
# @return [SubscriptionChange]
define_attribute :pending_change, :SubscriptionChange
# @!attribute plan
- # @return [PlanMini]
- define_attribute :plan, :PlanMini
+ # @return [Plan]
+ define_attribute :plan, :Plan
# @!attribute po_number
# @return [String] For manual invoicing, this identifies the PO number associated with the subscription.
define_attribute :po_number, String