Add description field to parcel object
This commit is contained in:
parent
dede2a0b28
commit
89fb64ca12
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user