Class: ChargeBee::OmnichannelTransaction

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

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_atObject

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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#id_at_sourceObject

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_currencyObject

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_nanosObject

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_unitsObject

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_atObject

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

#typeObject

Returns the value of attribute type.



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

def type
  @type
end