Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class InventoryVerification.
Collection of information related to inventory verification.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.InventoryVerification
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Output only. The state of the inventory verification process. |
↳ contact |
string
Required. The name of the contact for the inventory verification process. |
↳ contact_email |
string
Required. The email address of the contact for the inventory verification process. |
↳ contact_state |
int
Output only. The state of the contact verification. |
getState
Output only. The state of the inventory verification process.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. The state of the inventory verification process.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getContact
Required. The name of the contact for the inventory verification process.
Returns | |
---|---|
Type | Description |
string |
setContact
Required. The name of the contact for the inventory verification process.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContactEmail
Required. The email address of the contact for the inventory verification process.
Returns | |
---|---|
Type | Description |
string |
setContactEmail
Required. The email address of the contact for the inventory verification process.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContactState
Output only. The state of the contact verification.
Returns | |
---|---|
Type | Description |
int |
setContactState
Output only. The state of the contact verification.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |