LoyaltyEnrollment

data class LoyaltyEnrollment(val nickname: String?, val enrollmentConsent: Boolean)

Represents the information required to enroll a customer in the loyalty program, including customer details and consent data.

Constructors

Link copied to clipboard
constructor(nickname: String?, enrollmentConsent: Boolean)

Properties

Link copied to clipboard

User’s consent to participate and enroll in the loyalty program.

Link copied to clipboard

A non-unique nickname of the loyalty profile in the external loyalty vendor application.