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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#reference_number ⇒ Object
Returns the value of attribute reference_number.
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 |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/tax_withheld.rb', line 4 def id @id 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 |