Show / Hide Table of Contents

Class ManageLoyaltyCustomerMatchResponse

Response message for the ManageLoyaltyCustomerMatch method.

Inheritance
object
ManageLoyaltyCustomerMatchResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX