Class OrderCustomer
Implements
Inherited Members
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 |
---|---|
string |
FullName
Full name of the customer.
Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |