Click or drag to resize
PortalLineShippingType Property
Gets the LineShippingType. This is based on the LineShippingMethod. If no shipping method is specified, then shipping type defaults to Delivery.

The LineShippingType and DocTransactionType are used together to determine the default Tax Location.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public ShippingType LineShippingType { get; }

Property Value

Type: ShippingType
See Also