lib/recurly/resources/external_charge.rb in recurly-4.31.0 vs lib/recurly/resources/external_charge.rb in recurly-4.32.0

- old
+ new

@@ -37,11 +37,11 @@ # @!attribute quantity # @return [Integer] define_attribute :quantity, Integer # @!attribute unit_amount - # @return [Float] Unit Amount - define_attribute :unit_amount, Float + # @return [String] Unit Amount + define_attribute :unit_amount, String # @!attribute updated_at # @return [DateTime] When the external charge was updated in Recurly. define_attribute :updated_at, DateTime end