Class: ChargeBee::CreditNote::LineItemTier

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/credit_note.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#ending_unitObject

Returns the value of attribute ending_unit.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def ending_unit
  @ending_unit
end

#ending_unit_in_decimalObject

Returns the value of attribute ending_unit_in_decimal.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def ending_unit_in_decimal
  @ending_unit_in_decimal
end

#line_item_idObject

Returns the value of attribute line_item_id.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def line_item_id
  @line_item_id
end

#quantity_usedObject

Returns the value of attribute quantity_used.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def quantity_used
  @quantity_used
end

#quantity_used_in_decimalObject

Returns the value of attribute quantity_used_in_decimal.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def quantity_used_in_decimal
  @quantity_used_in_decimal
end

#starting_unitObject

Returns the value of attribute starting_unit.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def starting_unit
  @starting_unit
end

#starting_unit_in_decimalObject

Returns the value of attribute starting_unit_in_decimal.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def starting_unit_in_decimal
  @starting_unit_in_decimal
end

#unit_amountObject

Returns the value of attribute unit_amount.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def unit_amount
  @unit_amount
end

#unit_amount_in_decimalObject

Returns the value of attribute unit_amount_in_decimal.



21
22
23
# File 'lib/chargebee/models/credit_note.rb', line 21

def unit_amount_in_decimal
  @unit_amount_in_decimal
end