Class: ChargeBee::CreditNote::TaxOrigin
- Defined in:
 - lib/chargebee/models/credit_note.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.
      53 54 55  | 
    
      # File 'lib/chargebee/models/credit_note.rb', line 53 def country @country end  | 
  
#registration_number ⇒ Object
Returns the value of attribute registration_number.
      53 54 55  | 
    
      # File 'lib/chargebee/models/credit_note.rb', line 53 def registration_number @registration_number end  |