Class: ChargeBee::Invoice::LinkedOrder
- Defined in:
 - lib/chargebee/models/invoice.rb
 
Instance Attribute Summary collapse
- 
  
    
      #batch_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute batch_id.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute created_at.
 - 
  
    
      #document_number  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute document_number.
 - 
  
    
      #fulfillment_status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute fulfillment_status.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #order_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute order_type.
 - 
  
    
      #reference_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute reference_id.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 
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
#batch_id ⇒ Object
Returns the value of attribute batch_id.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def batch_id @batch_id end  | 
  
#created_at ⇒ Object
Returns the value of attribute created_at.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def created_at @created_at end  | 
  
#document_number ⇒ Object
Returns the value of attribute document_number.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def document_number @document_number end  | 
  
#fulfillment_status ⇒ Object
Returns the value of attribute fulfillment_status.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def fulfillment_status @fulfillment_status end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def id @id end  | 
  
#order_type ⇒ Object
Returns the value of attribute order_type.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def order_type @order_type end  | 
  
#reference_id ⇒ Object
Returns the value of attribute reference_id.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def reference_id @reference_id end  | 
  
#status ⇒ Object
Returns the value of attribute status.
      49 50 51  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 49 def status @status end  |