Class UserIdentifier
The user identifiers associated with the customer. At least one of the fields within this message must be provided.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.loyaltycustomers_v1.Data
Assembly: Google.Apis.Merchant.loyaltycustomers_v1.dll
Syntax
public class UserIdentifier : IDirectResponseSchema
Properties
Address
Optional. The customer’s physical address.
Declaration
[JsonProperty("address")]
public virtual AddressInfo Address { get; set; }
Property Value
| Type | Description |
|---|---|
| AddressInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmailAddress
Optional. The customer’s email address.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
Optional. The customer's phone number, in E.164 format (e.g., "+16502530000").
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |