Class: ChargeBee::CreditNoteEstimate
- Defined in:
- lib/chargebee/models/credit_note_estimate.rb
Defined Under Namespace
Classes: Discount, LineItem, LineItemTax, Tax
Instance Attribute Summary collapse
-
#amount_allocated ⇒ Object
Returns the value of attribute amount_allocated.
-
#amount_available ⇒ Object
Returns the value of attribute amount_available.
-
#discounts ⇒ Object
Returns the value of attribute discounts.
-
#line_item_taxes ⇒ Object
Returns the value of attribute line_item_taxes.
-
#line_items ⇒ Object
Returns the value of attribute line_items.
-
#price_type ⇒ Object
Returns the value of attribute price_type.
-
#reference_invoice_id ⇒ Object
Returns the value of attribute reference_invoice_id.
-
#sub_total ⇒ Object
Returns the value of attribute sub_total.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
-
#total ⇒ Object
Returns the value of attribute total.
-
#type ⇒ Object
Returns the value of attribute type.
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
#amount_allocated ⇒ Object
Returns the value of attribute amount_allocated.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def amount_allocated @amount_allocated end |
#amount_available ⇒ Object
Returns the value of attribute amount_available.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def amount_available @amount_available end |
#discounts ⇒ Object
Returns the value of attribute discounts.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def discounts @discounts end |
#line_item_taxes ⇒ Object
Returns the value of attribute line_item_taxes.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def line_item_taxes @line_item_taxes end |
#line_items ⇒ Object
Returns the value of attribute line_items.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def line_items @line_items end |
#price_type ⇒ Object
Returns the value of attribute price_type.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def price_type @price_type end |
#reference_invoice_id ⇒ Object
Returns the value of attribute reference_invoice_id.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def reference_invoice_id @reference_invoice_id end |
#sub_total ⇒ Object
Returns the value of attribute sub_total.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def sub_total @sub_total end |
#taxes ⇒ Object
Returns the value of attribute taxes.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def taxes @taxes end |
#total ⇒ Object
Returns the value of attribute total.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def total @total end |
#type ⇒ Object
Returns the value of attribute type.
20 21 22 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 20 def type @type end |