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