Class: ChargeBee::OmnichannelOneTimeOrderItem

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_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

#cancellation_reasonObject

Returns the value of attribute cancellation_reason.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def cancellation_reason
  @cancellation_reason
end

#cancelled_atObject

Returns the value of attribute cancelled_at.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def cancelled_at
  @cancelled_at
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def id
  @id
end

#item_id_at_sourceObject

Returns the value of attribute item_id_at_source.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def item_id_at_source
  @item_id_at_source
end

#item_type_at_sourceObject

Returns the value of attribute item_type_at_source.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def item_type_at_source
  @item_type_at_source
end

#quantityObject

Returns the value of attribute quantity.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def quantity
  @quantity
end

#resource_versionObject

Returns the value of attribute resource_version.



4
5
6
# File 'lib/chargebee/models/omnichannel_one_time_order_item.rb', line 4

def resource_version
  @resource_version
end