Show / Hide Table of Contents

Class UserIdentifier

The user identifiers associated with the customer. At least one of the fields within this message must be provided.

Inheritance
object
UserIdentifier
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX