Method: TalonOne::ApplicationSession.openapi_types

Defined in:
lib/talon_one/models/application_session.rb

.openapi_typesObject

Attribute type mapping.



99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# File 'lib/talon_one/models/application_session.rb', line 99

def self.openapi_types
  {
    :'id' => :'Integer',
    :'created' => :'DateTime',
    :'application_id' => :'Integer',
    :'profile_id' => :'Integer',
    :'integration_id' => :'String',
    :'profileintegrationid' => :'String',
    :'coupon' => :'String',
    :'referral' => :'String',
    :'state' => :'String',
    :'cart_items' => :'Array<CartItem>',
    :'discounts' => :'Hash<String, Float>',
    :'total' => :'Float',
    :'attributes' => :'Object'
  }
end