LoyaltyAction

data class LoyaltyAction(val name: String, val description: String)

Data class representing a customer action that can be used by loyalty features such as streaks.

Parameters

name

Action identifier.

description

A user-facing description explaining what the action represents.

Constructors

Link copied to clipboard
constructor(name: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard