Table of Contents

Class DefaultPointProvider

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll

Represents a default points provider.

public class DefaultPointProvider : IStatelessPointProvider, IPointProvider, IConditionPointProvider
Inheritance
DefaultPointProvider
Implements
Inherited Members

Properties

CountryCode2

Gets or sets the Country code2.

public string CountryCode2 { get; set; }

Property Value

string

OrderTime

Gets or sets the order time.

public DateTime OrderTime { get; set; }

Property Value

DateTime

Methods

FindConditionPoints(OrderLine)

Finds the condition points.

public ConditionPointInfo FindConditionPoints(OrderLine orderLine)

Parameters

orderLine OrderLine

The order line.

Returns

ConditionPointInfo

The IPointInfo.

FindPoints(OrderLine)

Finds the points.

public IPointInfo FindPoints(OrderLine orderLine)

Parameters

orderLine OrderLine

The order line.

Returns

IPointInfo

The IPointInfo.

To top