Class: ChargeBee::CreditNote::Allocation
- Defined in:
- lib/chargebee/models/credit_note.rb
Instance Attribute Summary collapse
-
#allocated_amount ⇒ Object
Returns the value of attribute allocated_amount.
-
#allocated_at ⇒ Object
Returns the value of attribute allocated_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.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #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
#allocated_amount ⇒ Object
Returns the value of attribute allocated_amount.
37 38 39 |
# File 'lib/chargebee/models/credit_note.rb', line 37 def allocated_amount @allocated_amount end |
#allocated_at ⇒ Object
Returns the value of attribute allocated_at.
37 38 39 |
# File 'lib/chargebee/models/credit_note.rb', line 37 def allocated_at @allocated_at end |
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
37 38 39 |
# File 'lib/chargebee/models/credit_note.rb', line 37 def invoice_date @invoice_date end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
37 38 39 |
# File 'lib/chargebee/models/credit_note.rb', line 37 def invoice_id @invoice_id end |
#invoice_status ⇒ Object
Returns the value of attribute invoice_status.
37 38 39 |
# File 'lib/chargebee/models/credit_note.rb', line 37 def invoice_status @invoice_status end |