lib/recurly/requests/subscription_update.rb in recurly-3.14.0 vs lib/recurly/requests/subscription_update.rb in recurly-3.15.0

- old
+ new

@@ -8,9 +8,13 @@ # @!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. + define_attribute :billing_info_id, String + # @!attribute collection_method # @return [String] Change collection method define_attribute :collection_method, String # @!attribute custom_fields