Class: ChargeBee::Invoice::LineItemCredit
- Defined in:
- lib/chargebee/models/invoice.rb
Instance Attribute Summary collapse
-
#applied_amount ⇒ Object
Returns the value of attribute applied_amount.
-
#cn_id ⇒ Object
Returns the value of attribute cn_id.
-
#line_item_id ⇒ Object
Returns the value of attribute line_item_id.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#applied_amount ⇒ Object
Returns the value of attribute applied_amount.
25 26 27 |
# File 'lib/chargebee/models/invoice.rb', line 25 def applied_amount @applied_amount end |
#cn_id ⇒ Object
Returns the value of attribute cn_id.
25 26 27 |
# File 'lib/chargebee/models/invoice.rb', line 25 def cn_id @cn_id end |
#line_item_id ⇒ Object
Returns the value of attribute line_item_id.
25 26 27 |
# File 'lib/chargebee/models/invoice.rb', line 25 def line_item_id @line_item_id end |