@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines (11 loc) • 621 B
text/typescript
/**
* @description CPSC (U.S. Consumer Product Safety Commission) eFiling Certificate of Compliance
* reference data for the Reference (Abbreviated) PGA Message Set. Used for products
* preregistered in the CPSC Product Registry.
*/
export class CpscCertificate {
/** @description A unique identifier created by the importer ultimately responsible for certifying the product certificates. Maximum length of 50 characters. */
certifier_id?: string;
/** @description A unique identifier for the specific version of the product certificate. Maximum length of 50 characters. */
certificate_version_id?: string;
}