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.



17
18
19
# File 'lib/chargebee/models/credit_note.rb', line 17

def ending_unit
  @ending_unit
end

#line_item_idObject

Returns the value of attribute line_item_id.



17
18
19
# File 'lib/chargebee/models/credit_note.rb', line 17

def line_item_id
  @line_item_id
end

#quantity_usedObject

Returns the value of attribute quantity_used.



17
18
19
# File 'lib/chargebee/models/credit_note.rb', line 17

def quantity_used
  @quantity_used
end

#starting_unitObject

Returns the value of attribute starting_unit.



17
18
19
# File 'lib/chargebee/models/credit_note.rb', line 17

def starting_unit
  @starting_unit
end

#unit_amountObject

Returns the value of attribute unit_amount.



17
18
19
# File 'lib/chargebee/models/credit_note.rb', line 17

def unit_amount
  @unit_amount
end