Class: ChargeBee::CreditNote::Allocation

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

Instance Attribute Summary collapse

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_amountObject

Returns the value of attribute allocated_amount.



33
34
35
# File 'lib/chargebee/models/credit_note.rb', line 33

def allocated_amount
  @allocated_amount
end

#allocated_atObject

Returns the value of attribute allocated_at.



33
34
35
# File 'lib/chargebee/models/credit_note.rb', line 33

def allocated_at
  @allocated_at
end

#invoice_dateObject

Returns the value of attribute invoice_date.



33
34
35
# File 'lib/chargebee/models/credit_note.rb', line 33

def invoice_date
  @invoice_date
end

#invoice_idObject

Returns the value of attribute invoice_id.



33
34
35
# File 'lib/chargebee/models/credit_note.rb', line 33

def invoice_id
  @invoice_id
end

#invoice_statusObject

Returns the value of attribute invoice_status.



33
34
35
# File 'lib/chargebee/models/credit_note.rb', line 33

def invoice_status
  @invoice_status
end