Class: ChargeBee::Transaction::LinkedInvoice

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #initialize, #inspect, #load, #method_missing, #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_amountObject

Returns the value of attribute applied_amount.



5
6
7
# File 'lib/chargebee/models/transaction.rb', line 5

def applied_amount
  @applied_amount
end

#invoice_amountObject

Returns the value of attribute invoice_amount.



5
6
7
# File 'lib/chargebee/models/transaction.rb', line 5

def invoice_amount
  @invoice_amount
end

#invoice_dateObject

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_idObject

Returns the value of attribute invoice_id.



5
6
7
# File 'lib/chargebee/models/transaction.rb', line 5

def invoice_id
  @invoice_id
end