lib/recurly/requests/line_item_create.rb in recurly-4.11.0 vs lib/recurly/requests/line_item_create.rb in recurly-4.12.0

- old
+ new

@@ -33,14 +33,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. Available when the Credit Invoices and Subscription Billing Terms features are enabled. + # @return [String] Unique code to identify an item. Available when the Credit Invoices feature is enabled. 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. + # @return [String] System-generated unique identifier for an item. Available when the Credit Invoices feature is enabled. define_attribute :item_id, String # @!attribute origin # @return [String] Origin `external_gift_card` is allowed if the Gift Cards feature is enabled on your site and `type` is `credit`. Set this value in order to track gift card credits from external gift cards (like InComm). It also skips billing information requirements. Origin `prepayment` is only allowed if `type` is `charge` and `tax_exempt` is left blank or set to true. This origin creates a charge and opposite credit on the account to be used for future invoices. define_attribute :origin, String