Click or drag to resize
CMSCreditPaymentProviderHasCustomerEnoughCredit Method
Indicates whether customer has enough credit to finish payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual bool HasCustomerEnoughCredit(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo

Return Value

Type: Boolean
See Also