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

- old
+ new

@@ -137,10 +137,10 @@ # @!attribute tax # @return [Float] The total tax on this invoice. define_attribute :tax, Float # @!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] This will default to the Terms and Conditions text specified on the Invoice Settings page in your Recurly admin. Specify custom notes to add or override Terms and Conditions. define_attribute :terms_and_conditions, String