lib/recurly/requests/plan_update.rb in recurly-4.13.0 vs lib/recurly/requests/plan_update.rb in recurly-4.14.0
- old
+ new
@@ -37,10 +37,10 @@
# @!attribute description
# @return [String] Optional description, not displayed.
define_attribute :description, String
# @!attribute dunning_campaign_id
- # @return [String] Unique ID to identify a dunning campaign. Available when the Dunning Campaigns feature is enabled. Used to specify if a non-default dunning campaign should be assigned to this plan. For sites without multiple dunning campaigns enabled, the default dunning campaign will always be used.
+ # @return [String] Unique ID to identify a dunning campaign. Used to specify if a non-default dunning campaign should be assigned to this plan. For sites without multiple dunning campaigns enabled, the default dunning campaign will always be used.
define_attribute :dunning_campaign_id, String
# @!attribute hosted_pages
# @return [PlanHostedPages] Hosted pages settings
define_attribute :hosted_pages, :PlanHostedPages