ShippingEligibilityCheckerConfig
ShippingEligibilityCheckerConfig
Configuration passed into the constructor of a ShippingEligibilityChecker to configure its behavior.
Signature
interface ShippingEligibilityCheckerConfig<T extends ConfigArgs> extends ConfigurableOperationDefOptions<T> {
    check: CheckShippingEligibilityCheckerFn<T>;
    shouldRunCheck?: ShouldRunCheckFn<T>;
}
- Extends: ConfigurableOperationDefOptions<T>