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