lib/recurly/requests/subscription_update.rb in recurly-4.14.0 vs lib/recurly/requests/subscription_update.rb in recurly-4.15.0

- old
+ new

@@ -57,10 +57,10 @@ # @!attribute shipping # @return [SubscriptionShippingUpdate] Subscription shipping details define_attribute :shipping, :SubscriptionShippingUpdate # @!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 use this flag. + # @return [Boolean] This field is deprecated. Do not use it anymore to update a subscription's tax inclusivity. Use the POST subscription change route instead. define_attribute :tax_inclusive, :Boolean # @!attribute terms_and_conditions # @return [String] Specify custom notes to add or override Terms and Conditions. Custom notes will stay with a subscription on all renewals. define_attribute :terms_and_conditions, String