lib/recurly/resources/subscription.rb in recurly-4.18.0 vs lib/recurly/resources/subscription.rb in recurly-4.19.0

- old
+ new

@@ -156,9 +156,13 @@ # @!attribute tax # @return [Float] Estimated tax 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 define_attribute :tax_info, :TaxInfo # @!attribute terms_and_conditions