@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
8 lines (7 loc) • 330 B
text/typescript
/** @description Complementary information to specify the exact 'Section of Packaging' Instructions (a mandatory piece of data for processing lithium batteries shipments). */
export enum PackageInstructionSectionTypes {
Section1 = 'section_1',
Section2 = 'section_2',
Section1A = 'section_1A',
Section1B = 'section_1B',
}