Show / Hide Table of Contents

Class OrderCustomer

Inheritance
System.Object
OrderCustomer
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 OrderCustomer : IDirectResponseSchema

Properties

Email

Deprecated.

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

InvoiceReceivingEmail

Email address for the merchant to send value-added tax or invoice documentation of the order. Only the last document sent is made available to the customer. For more information, see About automated VAT invoicing for Buy on Google.

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

MarketingRightsInfo

Customer's marketing preferences. Contains the marketing opt-in information that is current at the time that the merchant call. User preference selections can change from one order to the next so preferences must be checked with every order.

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

Implements

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