Class: ChargeBee::Invoice::LinkedOrder

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/invoice.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

#batch_idObject

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_atObject

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_numberObject

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_statusObject

Returns the value of attribute fulfillment_status.



49
50
51
# File 'lib/chargebee/models/invoice.rb', line 49

def fulfillment_status
  @fulfillment_status
end

#idObject

Returns the value of attribute id.



49
50
51
# File 'lib/chargebee/models/invoice.rb', line 49

def id
  @id
end

#order_typeObject

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_idObject

Returns the value of attribute reference_id.



49
50
51
# File 'lib/chargebee/models/invoice.rb', line 49

def reference_id
  @reference_id
end

#statusObject

Returns the value of attribute status.



49
50
51
# File 'lib/chargebee/models/invoice.rb', line 49

def status
  @status
end