Click or drag to resize
PriceParametersCustomer Property
Customer who is buying goods or services.
Remarks
Can be used in custom code to customize the price and discount calculation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public CustomerInfo Customer { get; set; }

Property Value

Type: CustomerInfo
See Also