UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

6 lines (5 loc) 226 B
/** @description Paperless Details Object. This object contains information on hand off code and instruction that shipper needs to follow. */ export class PaperlessDetails { instructions!: string; handoff_code!: string; }