Class: ChargeBee::OmnichannelTransaction
- Defined in:
- lib/chargebee/models/omnichannel_transaction.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_at_source ⇒ Object
Returns the value of attribute id_at_source.
-
#price_currency ⇒ Object
Returns the value of attribute price_currency.
-
#price_nanos ⇒ Object
Returns the value of attribute price_nanos.
-
#price_units ⇒ Object
Returns the value of attribute price_units.
-
#transacted_at ⇒ Object
Returns the value of attribute transacted_at.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#app_id ⇒ Object
Returns the value of attribute app_id.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def app_id @app_id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.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_transaction.rb', line 4 def id @id end |
#id_at_source ⇒ Object
Returns the value of attribute id_at_source.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def id_at_source @id_at_source end |
#price_currency ⇒ Object
Returns the value of attribute price_currency.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def price_currency @price_currency end |
#price_nanos ⇒ Object
Returns the value of attribute price_nanos.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def price_nanos @price_nanos end |
#price_units ⇒ Object
Returns the value of attribute price_units.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def price_units @price_units end |
#transacted_at ⇒ Object
Returns the value of attribute transacted_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def transacted_at @transacted_at end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_transaction.rb', line 4 def type @type end |