Class InventoryVerification
Collection of information related to inventory verification.
Implements
Inherited Members
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 |