🚨 Announcing Vendure v2 Beta

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

Members

check

shouldRunCheck

property
type:
ShouldRunCheckFn<T>