Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class WarehouseCutoffTime.
The latest time of day that an order can be accepted and begin processing.
Later orders will be processed in the next day. The time is based on the warehouse postal code.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.WarehouseCutoffTime
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ hour |
int
Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse. |
↳ minute |
int
Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse. |
getHour
Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
Returns | |
---|---|
Type | Description |
int |
hasHour
clearHour
setHour
Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMinute
Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
Returns | |
---|---|
Type | Description |
int |
hasMinute
clearMinute
setMinute
Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |