Add description field to parcel object

This commit is contained in:
Skylar Ittner 2026-02-01 00:46:24 -07:00
parent dede2a0b28
commit 89fb64ca12

View File

@ -47,10 +47,11 @@ export class Package {
dryIceWeight: 0, dryIceWeight: 0,
dryIceMedical: false dryIceMedical: false
}; };
this.description = ""; // Fillable on customs form, or generated before rating call using customs items
this.specialRateEligibility = false; this.specialRateEligibility = false;
this.customs = { this.customs = {
contents: "", 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: "", signature: "",
restriction: "", restriction: "",
restrictionComments: "", // needed if restriction is "other" restrictionComments: "", // needed if restriction is "other"