Method: AdvancedBilling::CreditNoteLineItem#unit_price

Defined in:
lib/advanced_billing/models/credit_note_line_item.rb

#unit_priceString

The price per unit for the line item. When tiered pricing was used (i.e. not every unit was actually priced at the same price) this will be the blended average cost per unit and the ‘tiered_unit_price` field will be set to `true`.



39
40
41
# File 'lib/advanced_billing/models/credit_note_line_item.rb', line 39

def unit_price
  @unit_price
end