Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Pickup.
Collection of information related to Pickup.
Generated from protobuf message google.shopping.merchant.accounts.v1.Pickup
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage. |
↳ state |
int
Output only. The state of the pickup serving. |
getUri
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. The state of the pickup serving.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. The state of the pickup serving.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|