Method: TalonOne::ApplicationSession.swagger_types
- Defined in:
- lib/talon_one/models/application_session.rb
.swagger_types ⇒ Object
Attribute type mapping.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/talon_one/models/application_session.rb', line 91 def self.swagger_types { :'id' => :'Integer', :'created' => :'DateTime', :'application_id' => :'Integer', :'profile_id' => :'Integer', :'integration_id' => :'String', :'coupon' => :'String', :'referral' => :'String', :'state' => :'String', :'cart_items' => :'Array<CartItem>', :'discounts' => :'Hash<String, Float>', :'attributes' => :'Object' } end |