lib/recurly/requests/subscription_create.rb in recurly-3.2.2 vs lib/recurly/requests/subscription_create.rb in recurly-3.3.0
- old
+ new
@@ -33,10 +33,10 @@
# @!attribute currency
# @return [String] 3-letter ISO 4217 currency code.
define_attribute :currency, String
# @!attribute custom_fields
- # @return [Array[CustomField]]
+ # @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 customer_notes
# @return [String] This will default to the Customer Notes text specified on the Invoice Settings. Specify custom notes to add or override Customer Notes. Custom notes will stay with a subscription on all renewals.
define_attribute :customer_notes, String