lib/recurly/resources/line_item.rb in recurly-3.5.0 vs lib/recurly/resources/line_item.rb in recurly-3.6.0
- old
+ new
@@ -105,10 +105,10 @@
# @!attribute previous_line_item_id
# @return [String] Will only have a value if the line item is a credit created from a previous credit, or if the credit was created from a charge refund.
define_attribute :previous_line_item_id, String
# @!attribute product_code
- # @return [String] For plan-related line items this will be the plan's code, for add-on related line items it will be the add-on's code. For item-related line itmes it will be the item's `external_sku`.
+ # @return [String] For plan-related line items this will be the plan's code, for add-on related line items it will be the add-on's code. For item-related line items it will be the item's `external_sku`.
define_attribute :product_code, String
# @!attribute proration_rate
# @return [Float] When a line item has been prorated, this is the rate of the proration. Proration rates were made available for line items created after March 30, 2017. For line items created prior to that date, the proration rate will be `null`, even if the line item was prorated.
define_attribute :proration_rate, Float