Class: ChargeBee::OmnichannelOneTimeOrderItem
- Defined in:
- lib/chargebee/models/omnichannel_one_time_order_item.rb
Instance Attribute Summary collapse
-
#cancellation_reason ⇒ Object
Returns the value of attribute cancellation_reason.
-
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
-
#item_type_at_source ⇒ Object
Returns the value of attribute item_type_at_source.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
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_reason ⇒ Object
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_at ⇒ Object
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_at ⇒ Object
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 |
#id ⇒ Object
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_source ⇒ Object
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_source ⇒ Object
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 |
#quantity ⇒ Object
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_version ⇒ Object
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 |