lib/recurly/requests/subscription_update.rb in recurly-4.10.0 vs lib/recurly/requests/subscription_update.rb in recurly-4.11.0

- old
+ new

@@ -9,11 +9,11 @@ # @!attribute auto_renew # @return [Boolean] Whether the subscription renews at the end of its term. define_attribute :auto_renew, :Boolean # @!attribute billing_info_id - # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. + # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature. define_attribute :billing_info_id, String # @!attribute collection_method # @return [String] Change collection method define_attribute :collection_method, String @@ -55,9 +55,13 @@ define_attribute :revenue_schedule_type, String # @!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. + 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 end