Click or drag to resize
PortalLineShippingMethod Property
Gets or sets the LineShippingMethod. Used only to identify the shipping type (pickup or delivery).

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

Property Value

Type: String
Exceptions
ExceptionCondition
AddressException Thrown if IV Site has an invalid address.
RecordMissingException Thrown if Shipping Method does not exist.
See Also