Class ManageLoyaltyCustomerMatchResponse
Response message for the ManageLoyaltyCustomerMatch method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.loyaltycustomers_v1.Data
Assembly: Google.Apis.Merchant.loyaltycustomers_v1.dll
Syntax
public class ManageLoyaltyCustomerMatchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoyaltyCustomer
The loyalty customer that was inserted, updated, or removed. If the customer's identifier cannot be matched
to a Google account or if the user has not opted into loyalty personalization, this field will contain a
default LoyaltyCustomer instance.
Declaration
[JsonProperty("loyaltyCustomer")]
public virtual LoyaltyCustomer LoyaltyCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| LoyaltyCustomer |