Method: TalonOne::ApplicationCustomer#last_activity

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

#last_activityObject

Timestamp of the most recent event received from this customer. This field is updated on calls that trigger the Rule Engine and that are not [dry requests](docs.talon.one/docs/dev/integration-api/dry-requests/#overlay). For example, [reserving a coupon](docs.talon.one/integration-api#operation/createCouponReservation) for a customer doesn’t impact this field.



45
46
47
# File 'lib/talon_one/models/application_customer.rb', line 45

def last_activity
  @last_activity
end