@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
8 lines (7 loc) • 314 B
text/typescript
/** @description This model represents contact information regarding dangerous goods */
export class DangerousGoodsContact {
/** @description The name associated with dangerous goods contact. */
name?: string;
/** @description The phone number associated with dangerous goods contact. */
phone?: string;
}