lib/recurly/requests/plan_update.rb in recurly-4.7.0 vs lib/recurly/requests/plan_update.rb in recurly-4.8.0
- old
+ new
@@ -36,9 +36,13 @@
# @!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.
+ define_attribute :dunning_campaign_id, String
+
# @!attribute hosted_pages
# @return [PlanHostedPages] Hosted pages settings
define_attribute :hosted_pages, :PlanHostedPages
# @!attribute id