Class: ChargeBee::Invoice::IssuedCreditNote
- Defined in:
 - lib/chargebee/models/invoice.rb
 
Instance Attribute Summary collapse
- 
  
    
      #cn_create_reason_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_create_reason_code.
 - 
  
    
      #cn_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_date.
 - 
  
    
      #cn_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_id.
 - 
  
    
      #cn_reason_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_reason_code.
 - 
  
    
      #cn_status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_status.
 - 
  
    
      #cn_total  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute cn_total.
 
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
#cn_create_reason_code ⇒ Object
Returns the value of attribute cn_create_reason_code.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_create_reason_code @cn_create_reason_code end  | 
  
#cn_date ⇒ Object
Returns the value of attribute cn_date.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_date @cn_date end  | 
  
#cn_id ⇒ Object
Returns the value of attribute cn_id.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_id @cn_id end  | 
  
#cn_reason_code ⇒ Object
Returns the value of attribute cn_reason_code.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_reason_code @cn_reason_code end  | 
  
#cn_status ⇒ Object
Returns the value of attribute cn_status.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_status @cn_status end  | 
  
#cn_total ⇒ Object
Returns the value of attribute cn_total.
      45 46 47  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 45 def cn_total @cn_total end  |