@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 520 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DangerousGoodsContact = void 0;
/** @description This model represents contact information regarding dangerous goods */
class DangerousGoodsContact {
/** @description The name associated with dangerous goods contact. */
name;
/** @description The phone number associated with dangerous goods contact. */
phone;
}
exports.DangerousGoodsContact = DangerousGoodsContact;
//# sourceMappingURL=dangerous-goods-contact.js.map