lib/recurly/requests/line_item_create.rb in recurly-3.3.0 vs lib/recurly/requests/line_item_create.rb in recurly-3.3.1

- old
+ new

@@ -25,14 +25,14 @@ # @!attribute end_date # @return [DateTime] If this date is provided, it indicates the end of a time range. define_attribute :end_date, DateTime # @!attribute item_code - # @return [String] Unique code to identify an item, when the Catalog feature is enabled. + # @return [String] Unique code to identify an item. Avaliable when the Credit Invoices and Subscription Billing Terms features are enabled. define_attribute :item_code, String # @!attribute item_id - # @return [String] Available when the Catalog feature is enabled. + # @return [String] System-generated unique identifier for an item. Available when the Credit Invoices and Subscription Billing Terms features are enabled. define_attribute :item_id, String # @!attribute origin # @return [String] Only allowed if the Gift Cards feature is enabled on your site and `type` is `credit`. Can only have a value of `external_gift_card`. Set this value in order to track gift card credits from external gift cards (like InComm). It also skips billing information requirements. define_attribute :origin, String