Click or drag to resize

IFlashpointShoppingCartGetAvailableCredits Method

Returns information about the available credit that might be applicable to purchases made through this shopping cart. Credits are limited to those held by the current cart owner, which have an available balance, and are not "coupons".

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
IFinancialCreditCollection GetAvailableCredits(
	string cartToken
)

Parameters

cartToken  String
Working cart token

Return Value

IFinancialCreditCollection
The requested available credit information
Remarks
If netFORUM multi-currency support is enabled, credits must also be in the same currency as the shopping cart to be included.
See Also