 | IFlashpointShoppingCartClearDiscountProgramVouchers(String) Method |
Removes all applied discount program vouchers from the shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxIShoppingCartState ClearDiscountProgramVouchers(
string cartToken
)
Function ClearDiscountProgramVouchers (
cartToken As String
) As IShoppingCartState
IShoppingCartState^ ClearDiscountProgramVouchers(
String^ cartToken
)
abstract ClearDiscountProgramVouchers :
cartToken : string -> IShoppingCartState Parameters
- cartToken String
- Working cart token
Return Value
IShoppingCartState
See Also