lib/recurly/resources/external_invoice.rb in recurly-4.31.0 vs lib/recurly/resources/external_invoice.rb in recurly-4.32.0
- old
+ new
@@ -45,11 +45,11 @@
# @!attribute state
# @return [String]
define_attribute :state, String
# @!attribute total
- # @return [Float] Total
- define_attribute :total, Float
+ # @return [String] Total
+ define_attribute :total, String
# @!attribute updated_at
# @return [DateTime] When the external invoice was updated in Recurly.
define_attribute :updated_at, DateTime
end