Reference documentation and code samples for the Google Shopping Css V1 Client class Certification.
The certification for the product.
Generated from protobuf message google.shopping.css.v1.Certification
Namespace
Google \ Shopping \ Css \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the certification. |
↳ authority |
string
Name of the certification body. |
↳ code |
string
A unique code to identify the certification. |
getName
Name of the certification.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the certification.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAuthority
Name of the certification body.
Returns | |
---|---|
Type | Description |
string |
setAuthority
Name of the certification body.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCode
A unique code to identify the certification.
Returns | |
---|---|
Type | Description |
string |
setCode
A unique code to identify the certification.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |