Class: ChargeBee::TaxWithheld
- Defined in:
- lib/chargebee/models/tax_withheld.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#reference_number ⇒ Object
Returns the value of attribute reference_number.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user ⇒ Object
Returns the value of attribute user.
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.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def amount @amount end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def currency_code @currency_code end |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def description @description end |
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def exchange_rate @exchange_rate end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def id @id end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def payment_method @payment_method end |
#reference_number ⇒ Object
Returns the value of attribute reference_number.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def reference_number @reference_number end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def type @type end |
#user ⇒ Object
Returns the value of attribute user.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def user @user end |