lib/recurly/resources/plan.rb in recurly-3.18.1 vs lib/recurly/resources/plan.rb in recurly-3.19.0

- old
+ new

@@ -44,9 +44,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. 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