Method: TalonOne::IntegrationState.openapi_types
- Defined in:
- lib/talon_one/models/integration_state.rb
.openapi_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 48 |
# File 'lib/talon_one/models/integration_state.rb', line 40 def self.openapi_types { :'session' => :'CustomerSession', :'profile' => :'CustomerProfile', :'event' => :'Event', :'loyalty' => :'Loyalty', :'coupon' => :'Coupon' } end |