Click or drag to resize
ApplyTaxBasedOnEnum Enumeration
Options saying what the taxes are to be based on.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public enum ApplyTaxBasedOnEnum
Members
  Member nameValueDescription
BillingAddress0 Taxes are based on billing address.
ShippingAddress1 Taxes are based on shipping address.
See Also