abandonedAt

@SerialName(value = "abandoned_at")
val abandonedAt: Long? = null

The date when the sign-up was abandoned by the user.

This timestamp is set when a sign-up process has been inactive for an extended period and is considered abandoned.

Return

The abandonment timestamp in milliseconds since epoch, null if not abandoned.