Class: ChargeBee::Order::LineItemTax

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/order.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

#is_non_compliance_taxObject

Returns the value of attribute is_non_compliance_tax.



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

def is_non_compliance_tax
  @is_non_compliance_tax
end

#is_partial_tax_appliedObject

Returns the value of attribute is_partial_tax_applied.



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

def is_partial_tax_applied
  @is_partial_tax_applied
end

#line_item_idObject

Returns the value of attribute line_item_id.



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

def line_item_id
  @line_item_id
end

#local_currency_codeObject

Returns the value of attribute local_currency_code.



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

def local_currency_code
  @local_currency_code
end

#tax_amountObject

Returns the value of attribute tax_amount.



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

def tax_amount
  @tax_amount
end

#tax_amount_in_local_currencyObject

Returns the value of attribute tax_amount_in_local_currency.



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

def tax_amount_in_local_currency
  @tax_amount_in_local_currency
end

#tax_juris_codeObject

Returns the value of attribute tax_juris_code.



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

def tax_juris_code
  @tax_juris_code
end

#tax_juris_nameObject

Returns the value of attribute tax_juris_name.



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

def tax_juris_name
  @tax_juris_name
end

#tax_juris_typeObject

Returns the value of attribute tax_juris_type.



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

def tax_juris_type
  @tax_juris_type
end

#tax_nameObject

Returns the value of attribute tax_name.



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

def tax_name
  @tax_name
end

#tax_rateObject

Returns the value of attribute tax_rate.



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

def tax_rate
  @tax_rate
end

#taxable_amountObject

Returns the value of attribute taxable_amount.



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

def taxable_amount
  @taxable_amount
end