IFlashpointShoppingCartApplyCreditsTowardsBalance Method

Applies the provided credit balance towards the pending purchase

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState ApplyCreditsTowardsBalance(
	string cartToken,
	IEnumerable<IFinancialCredit> credits
)

Parameters

cartToken  String
Working cart token
credits  IEnumerableIFinancialCredit
Customer credits to apply

Return Value

IShoppingCartState
The updated cart

See Also