Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CutoffTime.
Business days cutoff time definition.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.CutoffTime
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.  | 
      
↳ minute | 
        
          int
          Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day.  | 
      
↳ time_zone | 
        
          string
          Required. Timezone identifier For example "Europe/Zurich".  | 
      
getHour
Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day.
| 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.
| 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.
| 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.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getTimeZone
Required. Timezone identifier For example "Europe/Zurich".
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
hasTimeZone
clearTimeZone
setTimeZone
Required. Timezone identifier For example "Europe/Zurich".
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |