Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class ProductCertification.
Product certification , initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Generated from protobuf message google.shopping.merchant.products.v1.ProductCertification
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ certification_authority
int
The certification authority.
↳ certification_name
int
The name of the certification.
↳ certification_code
string
The certification code. Maximum length is 2000 characters.
↳ certification_value
string
The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
getCertificationAuthority
The certification authority.
int
hasCertificationAuthority
clearCertificationAuthority
setCertificationAuthority
The certification authority.
var
int
$this
getCertificationName
The name of the certification.
int
hasCertificationName
clearCertificationName
setCertificationName
The name of the certification.
var
int
$this
getCertificationCode
The certification code.
Maximum length is 2000 characters.
string
hasCertificationCode
clearCertificationCode
setCertificationCode
The certification code.
Maximum length is 2000 characters.
var
string
$this
getCertificationValue
The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
string
hasCertificationValue
clearCertificationValue
setCertificationValue
The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
var
string
$this

