IFlashpointShoppingCartApplyCreditsTowardsBalance Method
Applies the provided credit balance towards the pending purchase
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
IShoppingCartState ApplyCreditsTowardsBalance(
string cartToken,
IEnumerable<IFinancialCredit> credits
)
Function ApplyCreditsTowardsBalance (
cartToken As String,
credits As IEnumerable(Of IFinancialCredit)
) As IShoppingCartState
IShoppingCartState^ ApplyCreditsTowardsBalance(
String^ cartToken,
IEnumerable<IFinancialCredit^>^ credits
)
abstract ApplyCreditsTowardsBalance :
cartToken : string *
credits : IEnumerable<IFinancialCredit> -> IShoppingCartState
- cartToken String
- Working cart token
- credits IEnumerableIFinancialCredit
- Customer credits to apply
IShoppingCartStateThe updated cart