@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 802 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CpscCertificate = void 0;
/**
* @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.
*/
class CpscCertificate {
/** @description A unique identifier created by the importer ultimately responsible for certifying the product certificates. Maximum length of 50 characters. */
certifier_id;
/** @description A unique identifier for the specific version of the product certificate. Maximum length of 50 characters. */
certificate_version_id;
}
exports.CpscCertificate = CpscCertificate;
//# sourceMappingURL=cpsc-certificate.js.map