public interface VerifyCustomerMaxOfferUsesActivityExtensionHandler extends ExtensionHandler
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
verify(CheckoutSeed checkoutSeed,
ExtensionResultHolder<Exception> resultHolder)
This extension allows for one to verify the number of times a Customer has used an Offer
without having to override or extend
VerifyCustomerMaxOfferUsesActivity |
getPriority, isEnabledExtensionResultStatusType verify(CheckoutSeed checkoutSeed, ExtensionResultHolder<Exception> resultHolder) throws OfferMaxUseExceededException
VerifyCustomerMaxOfferUsesActivitycheckoutSeed - resultHolder - OfferMaxUseExceededExceptionCopyright © 2017. All rights reserved.