lib/recurly/resources/invoice.rb in recurly-4.3.0 vs lib/recurly/resources/invoice.rb in recurly-4.4.0
- old
+ new
@@ -109,10 +109,10 @@
# @!attribute subscription_ids
# @return [Array[String]] If the invoice is charging or refunding for one or more subscriptions, these are their IDs.
define_attribute :subscription_ids, Array, { :item_type => String }
# @!attribute subtotal
- # @return [Float] The summation of charges, discounts, and credits, before tax.
+ # @return [Float] The summation of charges and credits, before discounts and taxes.
define_attribute :subtotal, Float
# @!attribute tax
# @return [Float] The total tax on this invoice.
define_attribute :tax, Float