Class: ChargeBee::Invoice::TaxOrigin
- Defined in:
- lib/chargebee/models/invoice.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#registration_number ⇒ Object
Returns the value of attribute registration_number.
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
#country ⇒ Object
Returns the value of attribute country.
77 78 79 |
# File 'lib/chargebee/models/invoice.rb', line 77 def country @country end |
#registration_number ⇒ Object
Returns the value of attribute registration_number.
77 78 79 |
# File 'lib/chargebee/models/invoice.rb', line 77 def registration_number @registration_number end |