Class: ChargeBee::CreditNoteEstimate::LineItemTax
- Defined in:
- lib/chargebee/models/credit_note_estimate.rb
Instance Attribute Summary collapse
-
#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.
-
#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, #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_tax ⇒ Object
Returns the value of attribute is_non_compliance_tax.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def is_non_compliance_tax @is_non_compliance_tax end |
#is_partial_tax_applied ⇒ Object
Returns the value of attribute is_partial_tax_applied.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def is_partial_tax_applied @is_partial_tax_applied end |
#line_item_id ⇒ Object
Returns the value of attribute line_item_id.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def line_item_id @line_item_id end |
#local_currency_code ⇒ Object
Returns the value of attribute local_currency_code.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def local_currency_code @local_currency_code end |
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_amount @tax_amount end |
#tax_amount_in_local_currency ⇒ Object
Returns the value of attribute tax_amount_in_local_currency.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_amount_in_local_currency @tax_amount_in_local_currency end |
#tax_juris_code ⇒ Object
Returns the value of attribute tax_juris_code.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_juris_code @tax_juris_code end |
#tax_juris_name ⇒ Object
Returns the value of attribute tax_juris_name.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_juris_name @tax_juris_name end |
#tax_juris_type ⇒ Object
Returns the value of attribute tax_juris_type.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_juris_type @tax_juris_type end |
#tax_name ⇒ Object
Returns the value of attribute tax_name.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_name @tax_name end |
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def tax_rate @tax_rate end |
#taxable_amount ⇒ Object
Returns the value of attribute taxable_amount.
17 18 19 |
# File 'lib/chargebee/models/credit_note_estimate.rb', line 17 def taxable_amount @taxable_amount end |