Class: ChargeBee::InvoiceEstimate
- Defined in:
 - lib/chargebee/models/invoice_estimate.rb
 
Defined Under Namespace
Classes: Discount, LineItem, LineItemDiscount, LineItemTax, LineItemTier, Tax
Instance Attribute Summary collapse
- 
  
    
      #amount_due  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute amount_due.
 - 
  
    
      #amount_paid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute amount_paid.
 - 
  
    
      #credits_applied  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute credits_applied.
 - 
  
    
      #currency_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute currency_code.
 - 
  
    
      #customer_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute customer_id.
 - 
  
    
      #discounts  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute discounts.
 - 
  
    
      #line_item_discounts  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute line_item_discounts.
 - 
  
    
      #line_item_taxes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute line_item_taxes.
 - 
  
    
      #line_item_tiers  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute line_item_tiers.
 - 
  
    
      #line_items  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute line_items.
 - 
  
    
      #price_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute price_type.
 - 
  
    
      #recurring  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute recurring.
 - 
  
    
      #round_off_amount  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute round_off_amount.
 - 
  
    
      #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.
 
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
#amount_due ⇒ Object
Returns the value of attribute amount_due.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def amount_due @amount_due end  | 
  
#amount_paid ⇒ Object
Returns the value of attribute amount_paid.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def amount_paid @amount_paid end  | 
  
#credits_applied ⇒ Object
Returns the value of attribute credits_applied.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def credits_applied @credits_applied end  | 
  
#currency_code ⇒ Object
Returns the value of attribute currency_code.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def currency_code @currency_code end  | 
  
#customer_id ⇒ Object
Returns the value of attribute customer_id.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def customer_id @customer_id end  | 
  
#discounts ⇒ Object
Returns the value of attribute discounts.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def discounts @discounts end  | 
  
#line_item_discounts ⇒ Object
Returns the value of attribute line_item_discounts.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def line_item_discounts @line_item_discounts end  | 
  
#line_item_taxes ⇒ Object
Returns the value of attribute line_item_taxes.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def line_item_taxes @line_item_taxes end  | 
  
#line_item_tiers ⇒ Object
Returns the value of attribute line_item_tiers.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def line_item_tiers @line_item_tiers end  | 
  
#line_items ⇒ Object
Returns the value of attribute line_items.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def line_items @line_items end  | 
  
#price_type ⇒ Object
Returns the value of attribute price_type.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def price_type @price_type end  | 
  
#recurring ⇒ Object
Returns the value of attribute recurring.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def recurring @recurring end  | 
  
#round_off_amount ⇒ Object
Returns the value of attribute round_off_amount.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def round_off_amount @round_off_amount end  | 
  
#sub_total ⇒ Object
Returns the value of attribute sub_total.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def sub_total @sub_total end  | 
  
#taxes ⇒ Object
Returns the value of attribute taxes.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def taxes @taxes end  | 
  
#total ⇒ Object
Returns the value of attribute total.
      28 29 30  | 
    
      # File 'lib/chargebee/models/invoice_estimate.rb', line 28 def total @total end  |