lib/recurly/resources/billing_info.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/billing_info.rb in recurly-3.0.0

- old
+ new

@@ -25,12 +25,12 @@ # @!attribute first_name # @return [String] define_attribute :first_name, String # @!attribute fraud - # @return [Hash] Most recent fraud result. - define_attribute :fraud, Hash + # @return [FraudInfo] Most recent fraud result. + define_attribute :fraud, :FraudInfo # @!attribute id # @return [String] define_attribute :id, String @@ -41,19 +41,19 @@ # @!attribute object # @return [String] Object type define_attribute :object, String # @!attribute payment_method - # @return [Hash] - define_attribute :payment_method, Hash + # @return [PaymentMethod] + define_attribute :payment_method, :PaymentMethod # @!attribute updated_at # @return [DateTime] When the billing information was last changed. define_attribute :updated_at, DateTime # @!attribute updated_by - # @return [Hash] - define_attribute :updated_by, Hash + # @return [BillingInfoUpdatedBy] + define_attribute :updated_by, :BillingInfoUpdatedBy # @!attribute valid # @return [Boolean] define_attribute :valid, :Boolean