Click or drag to resize
CreditEventInfoProviderGetTotalCredit Method
Returns customer's total credit.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static decimal GetTotalCredit(
	int customerId,
	int siteId
)

Parameters

customerId
Type: SystemInt32
Customer ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: Decimal
See Also