Class: ChargeBee::Customer::TaxProvidersField
- Defined in:
 - lib/chargebee/models/customer.rb
 
Instance Attribute Summary collapse
- 
  
    
      #field_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute field_id.
 - 
  
    
      #field_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute field_value.
 - 
  
    
      #provider_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute provider_name.
 
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
#field_id ⇒ Object
Returns the value of attribute field_id.
      29 30 31  | 
    
      # File 'lib/chargebee/models/customer.rb', line 29 def field_id @field_id end  | 
  
#field_value ⇒ Object
Returns the value of attribute field_value.
      29 30 31  | 
    
      # File 'lib/chargebee/models/customer.rb', line 29 def field_value @field_value end  | 
  
#provider_name ⇒ Object
Returns the value of attribute provider_name.
      29 30 31  | 
    
      # File 'lib/chargebee/models/customer.rb', line 29 def provider_name @provider_name end  |