PortalLineItemQuantity Property |
Gets or sets the LineItemQuantity.
Some taxes have a maximum and/or minimum tax per each unit of measure.
The TaxEngine needs to know the quantity in order to take this
information into account.
LineItemQuantity, when used along with LineItemUnitPrice, can also be
used for having the TaxEngine calculate the LineExtendedPrice.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic decimal LineItemQuantity { get; set; }
Public Property LineItemQuantity As Decimal
Get
Set
public:
property Decimal LineItemQuantity {
Decimal get ();
void set (Decimal value);
}
member LineItemQuantity : decimal with get, set
Property Value
Type:
Decimal
See Also