Class ManageLoyaltyCustomerMatchRequest
Request 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 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 |