Show / Hide Table of Contents

Class InventoryVerification

Collection of information related to inventory verification.

Inheritance
object
InventoryVerification
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.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class InventoryVerification : IDirectResponseSchema

Properties

Contact

Required. The name of the contact for the inventory verification process.

Declaration
[JsonProperty("contact")]
public virtual string Contact { get; set; }
Property Value
Type Description
string

ContactEmail

Required. The email address of the contact for the inventory verification process.

Declaration
[JsonProperty("contactEmail")]
public virtual string ContactEmail { get; set; }
Property Value
Type Description
string

ContactState

Output only. The state of the contact verification.

Declaration
[JsonProperty("contactState")]
public virtual string ContactState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

State

Output only. The state of the inventory verification process.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX