lib/recurly/resources/account_mini.rb in recurly-4.7.0 vs lib/recurly/resources/account_mini.rb in recurly-4.8.0

- old
+ new

@@ -16,9 +16,13 @@ # @!attribute company # @return [String] define_attribute :company, 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 account. For sites without multiple dunning campaigns enabled, the default dunning campaign will always be used. + define_attribute :dunning_campaign_id, String + # @!attribute email # @return [String] The email address used for communicating with this customer. define_attribute :email, String # @!attribute first_name