Class: ChargeBee::ItemPrice::TaxDetail
- Defined in:
- lib/chargebee/models/item_price.rb
Instance Attribute Summary collapse
-
#avalara_sale_type ⇒ Object
Returns the value of attribute avalara_sale_type.
-
#avalara_service_type ⇒ Object
Returns the value of attribute avalara_service_type.
-
#avalara_tax_code ⇒ Object
Returns the value of attribute avalara_tax_code.
-
#avalara_transaction_type ⇒ Object
Returns the value of attribute avalara_transaction_type.
-
#hsn_code ⇒ Object
Returns the value of attribute hsn_code.
-
#tax_profile_id ⇒ Object
Returns the value of attribute tax_profile_id.
-
#taxjar_product_code ⇒ Object
Returns the value of attribute taxjar_product_code.
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
#avalara_sale_type ⇒ Object
Returns the value of attribute avalara_sale_type.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def avalara_sale_type @avalara_sale_type end |
#avalara_service_type ⇒ Object
Returns the value of attribute avalara_service_type.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def avalara_service_type @avalara_service_type end |
#avalara_tax_code ⇒ Object
Returns the value of attribute avalara_tax_code.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def avalara_tax_code @avalara_tax_code end |
#avalara_transaction_type ⇒ Object
Returns the value of attribute avalara_transaction_type.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def avalara_transaction_type @avalara_transaction_type end |
#hsn_code ⇒ Object
Returns the value of attribute hsn_code.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def hsn_code @hsn_code end |
#tax_profile_id ⇒ Object
Returns the value of attribute tax_profile_id.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def tax_profile_id @tax_profile_id end |
#taxjar_product_code ⇒ Object
Returns the value of attribute taxjar_product_code.
9 10 11 |
# File 'lib/chargebee/models/item_price.rb', line 9 def taxjar_product_code @taxjar_product_code end |