Class AccountBusinessInformation
Inheritance
System.Object
AccountBusinessInformation
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 AccountBusinessInformation : IDirectResponseSchema
Properties
Address
The address of the business.
Declaration
[JsonProperty("address")]
public virtual AccountAddress Address { get; set; }
Property Value
Type | Description |
---|---|
AccountAddress |
CustomerService
The customer service information of the business.
Declaration
[JsonProperty("customerService")]
public virtual AccountCustomerService CustomerService { get; set; }
Property Value
Type | Description |
---|---|
AccountCustomerService |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
The phone number of the business.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |