Show / Hide Table of Contents

Class TestOrderCustomer

Inheritance
System.Object
TestOrderCustomer
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class TestOrderCustomer : IDirectResponseSchema

Properties

Email

Required. Email address of the customer. Acceptable values are: - "pog.dwight.schrute@gmail.com" - "pog.jim.halpert@gmail.com" - "penpog.pam.beesly@gmail.comding"

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

ExplicitMarketingPreference

Deprecated. Please use marketingRightsInfo instead.

Declaration
[JsonProperty("explicitMarketingPreference")]
public virtual bool? ExplicitMarketingPreference { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

FullName

Full name of the customer.

Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type Description
System.String

MarketingRightsInfo

Customer's marketing preferences.

Declaration
[JsonProperty("marketingRightsInfo")]
public virtual TestOrderCustomerMarketingRightsInfo MarketingRightsInfo { get; set; }
Property Value
Type Description
TestOrderCustomerMarketingRightsInfo

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top