lib/recurly/resources/subscription.rb in recurly-4.43.0 vs lib/recurly/resources/subscription.rb in recurly-4.44.0

- old
+ new

@@ -173,18 +173,18 @@ # @!attribute subtotal # @return [Float] Estimated total, before tax. define_attribute :subtotal, Float # @!attribute tax - # @return [Float] Estimated tax + # @return [Float] Only for merchants using Recurly's In-The-Box taxes. define_attribute :tax, Float # @!attribute tax_inclusive # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to utilize this flag. define_attribute :tax_inclusive, :Boolean # @!attribute tax_info - # @return [TaxInfo] Tax info + # @return [TaxInfo] Only for merchants using Recurly's In-The-Box taxes. define_attribute :tax_info, :TaxInfo # @!attribute terms_and_conditions # @return [String] Terms and conditions define_attribute :terms_and_conditions, String