lib/recurly/requests/plan_update.rb in recurly-4.24.0 vs lib/recurly/requests/plan_update.rb in recurly-4.25.0
- old
+ new
@@ -32,9 +32,13 @@
# @!attribute currencies
# @return [Array[PlanPricing]] Optional when the pricing model is 'ramp'.
define_attribute :currencies, Array, { :item_type => :PlanPricing }
+ # @!attribute custom_fields
+ # @return [Array[CustomField]] The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.
+ define_attribute :custom_fields, Array, { :item_type => :CustomField }
+
# @!attribute description
# @return [String] Optional description, not displayed.
define_attribute :description, String
# @!attribute dunning_campaign_id