Class: ChargeBee::QuotedCharge::Charge
- Defined in:
- lib/chargebee/models/quoted_charge.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_in_decimal ⇒ Object
Returns the value of attribute amount_in_decimal.
-
#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_transaction_type ⇒ Object
Returns the value of attribute avalara_transaction_type.
-
#description ⇒ Object
Returns the value of attribute description.
-
#service_period_in_days ⇒ Object
Returns the value of attribute service_period_in_days.
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
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def amount @amount end |
#amount_in_decimal ⇒ Object
Returns the value of attribute amount_in_decimal.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def amount_in_decimal @amount_in_decimal end |
#avalara_sale_type ⇒ Object
Returns the value of attribute avalara_sale_type.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def avalara_sale_type @avalara_sale_type end |
#avalara_service_type ⇒ Object
Returns the value of attribute avalara_service_type.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def avalara_service_type @avalara_service_type end |
#avalara_transaction_type ⇒ Object
Returns the value of attribute avalara_transaction_type.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def avalara_transaction_type @avalara_transaction_type end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def description @description end |
#service_period_in_days ⇒ Object
Returns the value of attribute service_period_in_days.
5 6 7 |
# File 'lib/chargebee/models/quoted_charge.rb', line 5 def service_period_in_days @service_period_in_days end |