Class OrderCustomer
Inheritance
System.Object
OrderCustomer
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderCustomer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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. This documentation is made available to the customer.
Declaration
[JsonProperty("invoiceReceivingEmail")]
public virtual string InvoiceReceivingEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LoyaltyInfo
Loyalty program information.
Declaration
[JsonProperty("loyaltyInfo")]
public virtual OrderCustomerLoyaltyInfo LoyaltyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderCustomerLoyaltyInfo |
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 |