UALUser Action
data class UALUserAction(val name: String, val category: String, val label: String, val value: String, val payload: Map<String, String>)
Represents a user action event for analytics in the purchase flow.
Parameters
name
The name of the user action.
category
The category of the action (e.g., click, navigation).
label
A label describing the action context.
value
The value associated with the action.
payload
A map of key-value pairs with action details.