Click or drag to resize

LoyaltyServiceFindPoints Method (Product, Order, String, DateTime, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Loyalty
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use overload without country code")]
public ConditionPointInfo FindPoints(
	Product product,
	Order order,
	string countryCode2,
	DateTime orderTime,
	string unitId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
order
Type: Dynamicweb.Ecommerce.OrdersOrder
countryCode2
Type: SystemString
orderTime
Type: SystemDateTime
unitId
Type: SystemString

Return Value

Type: ConditionPointInfo
See Also