LoyaltyCustomerAttributes

data class LoyaltyCustomerAttributes(val key: String?, val value: String?)

Key-value pair attribute for the customer's embedded wallet in the loyalty application.

Constructors

Link copied to clipboard
constructor(key: String?, value: String?)

Properties

Link copied to clipboard
val key: String?

The attribute key.

Link copied to clipboard

The attribute value.