Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class TransitTable.
Transit time table, number of business days spent in transit based on row
and column dimensions. Either min_transit_days
, max_transit_days
or transit_time_table
can be set, but not both.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.TransitTable
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ postal_code_group_names
array
Required. A list of region names Region.name
. The last value can be "all other locations"
. Example: ["zone 1", "zone 2", "all other locations"]
. The referred postal code groups must match the delivery country of the service.
↳ transit_time_labels
array
Required. A list of transit time labels. The last value can be "all other labels"
. Example: ["food", "electronics", "all other labels"]
.
↳ rows
array< Google\Shopping\Merchant\Accounts\V1beta\TransitTable\TransitTimeRow
>
Required. If there's only one dimension set of postal_code_group_names
or transit_time_labels
, there are multiple rows each with one value for that dimension. If there are two dimensions, each row corresponds to a postal_code_group_names
, and columns (values) to a transit_time_labels
.
getPostalCodeGroupNames
Required. A list of region names Region.name
. The
last value can be "all other locations"
. Example: ["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
setPostalCodeGroupNames
Required. A list of region names Region.name
. The
last value can be "all other locations"
. Example: ["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
var
string[]
$this
getTransitTimeLabels
Required. A list of transit time labels. The last value can be "all other labels"
. Example: ["food", "electronics", "all other labels"]
.
setTransitTimeLabels
Required. A list of transit time labels. The last value can be "all other labels"
. Example: ["food", "electronics", "all other labels"]
.
var
string[]
$this
getRows
Required. If there's only one dimension set of postal_code_group_names
or transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a postal_code_group_names
, and columns (values) to a transit_time_labels
.
setRows
Required. If there's only one dimension set of postal_code_group_names
or transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a postal_code_group_names
, and columns (values) to a transit_time_labels
.
$this