Show / Hide Table of Contents

Class ServiceItem

A message that describes a single service item. It is used to describe the type of service that the merchant provides. For example, haircut can be a service.

Inheritance
object
ServiceItem
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class ServiceItem : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FreeFormServiceItem

Optional. This field will be set case of free-form services data.

Declaration
[JsonProperty("freeFormServiceItem")]
public virtual FreeFormServiceItem FreeFormServiceItem { get; set; }
Property Value
Type Description
FreeFormServiceItem

Price

Optional. Represents the monetary price of the service item. We recommend that currency_code and units should be set when including a price. This will be treated as a fixed price for the service item.

Declaration
[JsonProperty("price")]
public virtual Money Price { get; set; }
Property Value
Type Description
Money

StructuredServiceItem

Optional. This field will be set case of structured services data.

Declaration
[JsonProperty("structuredServiceItem")]
public virtual StructuredServiceItem StructuredServiceItem { get; set; }
Property Value
Type Description
StructuredServiceItem

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX