OrderResponseV3TotalShipping Property |
[This is preliminary documentation and is subject to change.]
The total estimated cost to ship this order by the indicated
ShipMethod.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic decimal TotalShipping { get; set; }
Public Property TotalShipping As Decimal
Get
Set
public:
virtual property Decimal TotalShipping {
Decimal get () sealed;
void set (Decimal value) sealed;
}
Property Value
Type:
Decimal
See Also