Class InventoryVerification
Collection of information related to inventory verification.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class InventoryVerification : IMessage<InventoryVerification>, IEquatable<InventoryVerification>, IDeepCloneable<InventoryVerification>, IBufferMessage, IMessage
Constructors
InventoryVerification()
Declaration
public InventoryVerification()
InventoryVerification(InventoryVerification)
Declaration
public InventoryVerification(InventoryVerification other)
Parameters
| Type | Name | Description |
|---|---|---|
| InventoryVerification | other |
Properties
Contact
Required. The name of the contact for the inventory verification process.
Declaration
public string Contact { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContactEmail
Required. The email address of the contact for the inventory verification process.
Declaration
public string ContactEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContactState
Output only. The state of the contact verification.
Declaration
public ReviewState.Types.State ContactState { get; set; }
Property Value
| Type | Description |
|---|---|
| ReviewState.Types.State |
State
Output only. The state of the inventory verification process.
Declaration
public InventoryVerification.Types.State State { get; set; }
Property Value
| Type | Description |
|---|---|
| InventoryVerification.Types.State |