Class LoyaltyCustomer
Represents a customer’s loyalty information. Represents loyalty customer data in ManageLoyaltyCustomerMatch
API, but is not a resource that can be retrieved or listed by other methods.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.loyaltycustomers_v1.Data
Assembly: Google.Apis.Merchant.loyaltycustomers_v1.dll
Syntax
public class LoyaltyCustomer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoyaltyTier
Required. The tier label of the loyalty tier the customer belongs to.
Declaration
[JsonProperty("loyaltyTier")]
public virtual string LoyaltyTier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PointBalance
Optional. The point balance of the loyalty customer.
Declaration
[JsonProperty("pointBalance")]
public virtual long? PointBalance { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UserIdentifier
Required. The identifiers for the customer.
Declaration
[JsonProperty("userIdentifier")]
public virtual UserIdentifier UserIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| UserIdentifier |