Show / Hide Table of Contents

Class ManageLoyaltyCustomerMatchRequest

Request message for the ManageLoyaltyCustomerMatch method.

Inheritance
object
ManageLoyaltyCustomerMatchRequest
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 ManageLoyaltyCustomerMatchRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoyaltyCustomer

Required. The loyalty customer to insert, update, or remove.

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