lib/recurly/requests/subscription_update.rb in recurly-3.28.0 vs lib/recurly/requests/subscription_update.rb in recurly-4.0.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. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
+ # @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.
define_attribute :billing_info_id, String
# @!attribute collection_method
# @return [String] Change collection method
define_attribute :collection_method, String
@@ -51,13 +51,9 @@
define_attribute :revenue_schedule_type, String
# @!attribute shipping
# @return [SubscriptionShippingUpdate] Subscription shipping details
define_attribute :shipping, :SubscriptionShippingUpdate
-
- # @!attribute tax_inclusive
- # @return [Boolean] This field is deprecated. Please do not use it.
- 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