UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

14 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Signatory = void 0; /** @description Specify the name, title and place of the signatory responsible for the dangerous goods shipment. */ class Signatory { /** @description Name of the signatory. */ contact_name; /** @description Title of the signatory. */ title; /** @description Place of the signatory. */ place; } exports.Signatory = Signatory; //# sourceMappingURL=signatory.js.map