Click or drag to resize
DefaultDeliveryBuilderSetWeight Method
Sets weight of the package with the whole Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public void SetWeight(
	decimal weight
)

Parameters

weight
Type: SystemDecimal
Weight of the Delivery.

Implements

IDeliveryBuilderSetWeight(Decimal)
See Also