From 89fb64ca12f064b16dca65d8159022b6c95dd322 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 1 Feb 2026 00:46:24 -0700 Subject: [PATCH] Add description field to parcel object --- docs/Parcel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Parcel.md b/docs/Parcel.md index 09c41b8..3fc8d91 100644 --- a/docs/Parcel.md +++ b/docs/Parcel.md @@ -47,10 +47,11 @@ export class Package { dryIceWeight: 0, dryIceMedical: false }; + this.description = ""; // Fillable on customs form, or generated before rating call using customs items this.specialRateEligibility = false; this.customs = { contents: "", - contentsExplanation: "", // needed if contents is "other" + contentsExplanation: "", // needed if contents is "other", will be copied from this.description if blank for maximum carrier compatibility signature: "", restriction: "", restrictionComments: "", // needed if restriction is "other"