Reference documentation and code samples for the Google Shopping Css V1 Client class DestinationStatus.
The destination status of the product status.
Generated from protobuf message google.shopping.css.v1.CssProductStatus.DestinationStatus
Namespace
Google \ Shopping \ Css \ V1 \ CssProductStatusMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ destination
string
The name of the destination
↳ approved_countries
array
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
↳ pending_countries
array
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
↳ disapproved_countries
array
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
getDestination
The name of the destination
string
setDestination
The name of the destination
var
string
$this
getApprovedCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
setApprovedCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
var
string[]
$this
getPendingCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
setPendingCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
var
string[]
$this
getDisapprovedCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
setDisapprovedCountries
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
var
string[]
$this