TotalValue Property
Total value of all items being shipped.
Syntax
[VB.NET] Public ReadOnlyProperty TotalValue As String
[C#] public string TotalValue {get;}
Remarks
This is the total value of all items in the package. It should match the sum of all individual UnitPrices.
This property is read-only.
Default Value
""