TotalSurcharges Property
The total surcharges (on all options) applied to the whole shipment (specific to the AccountNumber ).
Syntax
[VB.NET] Public ReadOnlyProperty TotalSurcharges As String
[C#] public string TotalSurcharges {get;}
Remarks
In a MPS ship request, this represents the total surcharges applied to all packages contained in the shipment. When the shipment consists of a single package, this is the same as TotalSurcharges at index=0.
This property is read-only.
Default Value
""