Class: ChargeBee::Transaction::LinkedInvoice
- Defined in:
 - lib/chargebee/models/transaction.rb
 
Instance Attribute Summary collapse
- 
  
    
      #applied_amount  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute applied_amount.
 - 
  
    
      #applied_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute applied_at.
 - 
  
    
      #invoice_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute invoice_date.
 - 
  
    
      #invoice_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute invoice_id.
 - 
  
    
      #invoice_status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute invoice_status.
 - 
  
    
      #invoice_total  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute invoice_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
#applied_amount ⇒ Object
Returns the value of attribute applied_amount.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def applied_amount @applied_amount end  | 
  
#applied_at ⇒ Object
Returns the value of attribute applied_at.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def applied_at @applied_at end  | 
  
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def invoice_date @invoice_date end  | 
  
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def invoice_id @invoice_id end  | 
  
#invoice_status ⇒ Object
Returns the value of attribute invoice_status.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def invoice_status @invoice_status end  | 
  
#invoice_total ⇒ Object
Returns the value of attribute invoice_total.
      5 6 7  | 
    
      # File 'lib/chargebee/models/transaction.rb', line 5 def invoice_total @invoice_total end  |