lib/recurly/resources/account.rb in recurly-3.0.0.beta.2 vs lib/recurly/resources/account.rb in recurly-3.0.0.beta.3

- old
+ new

@@ -24,9 +24,13 @@ # @!attribute [r] created_at # @return [DateTime] When the account was created. define_attribute :created_at, DateTime, {:read_only => true} + # @!attribute custom_fields + # @return [Array[CustomField]] + define_attribute :custom_fields, Array, {:item_type => :CustomField} + # @!attribute [r] deleted_at # @return [DateTime] If present, when the account was last marked inactive. define_attribute :deleted_at, DateTime, {:read_only => true} # @!attribute email