TotalWeight Property
The total weight of all the pieces in this shipment.
Syntax
public String getTotalWeight(); public void setTotalWeight(String totalWeight);
Remarks
This property is required when submitting a rate request by calling GetRates method. It requires one explicit decimal position (i.e. N.N formatting, example 5.0) and has a maximum length of 12 including the decimal.
Default Value
"1.0"