| OrderServiceGetTotalPurchasesByCustomerId Method |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public PriceInfo GetTotalPurchasesByCustomerId(
int customerId,
DateTime fromDate,
Currency priceCurrency
)
Public Function GetTotalPurchasesByCustomerId (
customerId As Integer,
fromDate As DateTime,
priceCurrency As Currency
) As PriceInfo
Parameters
- customerId
- Type: SystemInt32
- fromDate
- Type: SystemDateTime
- priceCurrency
- Type: Dynamicweb.Ecommerce.InternationalCurrency
Return Value
Type:
PriceInfoSee Also