lib/recurly/requests/add_on_create.rb in recurly-4.11.0 vs lib/recurly/requests/add_on_create.rb in recurly-4.12.0
- old
+ new
@@ -37,14 +37,14 @@
# @!attribute display_quantity
# @return [Boolean] Determines if the quantity field is displayed on the hosted pages for the add-on.
define_attribute :display_quantity, :Boolean
# @!attribute item_code
- # @return [String] Unique code to identify an item. Available when the `Credit Invoices` and `Subscription Billing Terms` features are enabled. If `item_id` and `item_code` are both present, `item_id` will be used.
+ # @return [String] Unique code to identify an item. Available when the `Credit Invoices` feature are enabled. If `item_id` and `item_code` are both present, `item_id` will be used.
define_attribute :item_code, String
# @!attribute item_id
- # @return [String] System-generated unique identifier for an item. Available when the `Credit Invoices` and `Subscription Billing Terms` features are enabled. If `item_id` and `item_code` are both present, `item_id` will be used.
+ # @return [String] System-generated unique identifier for an item. Available when the `Credit Invoices` feature is enabled. If `item_id` and `item_code` are both present, `item_id` will be used.
define_attribute :item_id, String
# @!attribute measured_unit_id
# @return [String] System-generated unique identifier for a measured unit to be associated with the add-on. Either `measured_unit_id` or `measured_unit_name` are required when `add_on_type` is `usage`. If `measured_unit_id` and `measured_unit_name` are both present, `measured_unit_id` will be used.
define_attribute :measured_unit_id, String