Method: TalonOne::NewEvent#profile_id
- Defined in:
- lib/talon_one/models/new_event.rb
#profile_id ⇒ Object
ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known ‘profileId`, we recommend you use a guest `profileId`.
19 20 21 |
# File 'lib/talon_one/models/new_event.rb', line 19 def profile_id @profile_id end |