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