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, #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.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def batch_id
  @batch_id
end

#created_atObject

Returns the value of attribute created_at.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def created_at
  @created_at
end

#fulfillment_statusObject

Returns the value of attribute fulfillment_status.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def fulfillment_status
  @fulfillment_status
end

#idObject

Returns the value of attribute id.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def id
  @id
end

#reference_idObject

Returns the value of attribute reference_id.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def reference_id
  @reference_id
end

#statusObject

Returns the value of attribute status.



21
22
23
# File 'lib/chargebee/models/invoice.rb', line 21

def status
  @status
end