ShoppingCartServiceGetAvailableCredits 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.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IFinancialCreditCollection GetAvailableCredits()
Public Function GetAvailableCredits As IFinancialCreditCollection
public:
virtual IFinancialCreditCollection^ GetAvailableCredits() sealed
abstract GetAvailableCredits : unit -> IFinancialCreditCollection
override GetAvailableCredits : unit -> IFinancialCreditCollection
Return Value
IFinancialCreditCollectionThe requested available credit information
If netFORUM multi-currency support is enabled, credits must also be in the same currency as the shopping cart to be included.