Table of Contents

Interface IStatelessPointProvider

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

IStatelessPointProvider interface.

public interface IStatelessPointProvider : IPointProvider
Inherited Members

Properties

CountryCode2

Gets or sets the Country code2.

string? CountryCode2 { get; set; }

Property Value

string

OrderTime

Gets or sets the order time.

DateTime OrderTime { get; set; }

Property Value

DateTime
To top