Class: ChargeBee::Quote::LineItemTax
- Defined in:
- lib/chargebee/models/quote.rb
Instance Attribute Summary collapse
- 
  
    
      #date_from  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute date_from. 
- 
  
    
      #date_to  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute date_to. 
- 
  
    
      #is_non_compliance_tax  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute is_non_compliance_tax. 
- 
  
    
      #is_partial_tax_applied  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute is_partial_tax_applied. 
- 
  
    
      #line_item_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute line_item_id. 
- 
  
    
      #local_currency_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute local_currency_code. 
- 
  
    
      #prorated_taxable_amount  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute prorated_taxable_amount. 
- 
  
    
      #tax_amount  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_amount. 
- 
  
    
      #tax_amount_in_local_currency  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_amount_in_local_currency. 
- 
  
    
      #tax_juris_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_juris_code. 
- 
  
    
      #tax_juris_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_juris_name. 
- 
  
    
      #tax_juris_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_juris_type. 
- 
  
    
      #tax_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_name. 
- 
  
    
      #tax_rate  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tax_rate. 
- 
  
    
      #taxable_amount  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute taxable_amount. 
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
#date_from ⇒ Object
Returns the value of attribute date_from.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def date_from @date_from end | 
#date_to ⇒ Object
Returns the value of attribute date_to.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def date_to @date_to end | 
#is_non_compliance_tax ⇒ Object
Returns the value of attribute is_non_compliance_tax.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def is_non_compliance_tax @is_non_compliance_tax end | 
#is_partial_tax_applied ⇒ Object
Returns the value of attribute is_partial_tax_applied.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def is_partial_tax_applied @is_partial_tax_applied end | 
#line_item_id ⇒ Object
Returns the value of attribute line_item_id.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def line_item_id @line_item_id end | 
#local_currency_code ⇒ Object
Returns the value of attribute local_currency_code.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def local_currency_code @local_currency_code end | 
#prorated_taxable_amount ⇒ Object
Returns the value of attribute prorated_taxable_amount.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def prorated_taxable_amount @prorated_taxable_amount end | 
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_amount @tax_amount end | 
#tax_amount_in_local_currency ⇒ Object
Returns the value of attribute tax_amount_in_local_currency.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_amount_in_local_currency @tax_amount_in_local_currency end | 
#tax_juris_code ⇒ Object
Returns the value of attribute tax_juris_code.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_juris_code @tax_juris_code end | 
#tax_juris_name ⇒ Object
Returns the value of attribute tax_juris_name.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_juris_name @tax_juris_name end | 
#tax_juris_type ⇒ Object
Returns the value of attribute tax_juris_type.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_juris_type @tax_juris_type end | 
#tax_name ⇒ Object
Returns the value of attribute tax_name.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_name @tax_name end | 
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def tax_rate @tax_rate end | 
#taxable_amount ⇒ Object
Returns the value of attribute taxable_amount.
| 21 22 23 | # File 'lib/chargebee/models/quote.rb', line 21 def taxable_amount @taxable_amount end |