CustomerDisallowedShippingMethodsReadService
in package
implements
CustomerDisallowedShippingMethodsReadService
Class CustomerDisallowedShippingMethodsReadService
Interfaces, Classes and Traits
- CustomerDisallowedShippingMethodsReadService
- Interface CustomerDisallowedShippingMethodsReadService
Table of Contents
- $repository : CustomerDisallowedShippingMethodsRepository
- __construct() : mixed
- getCustomersDisallowedShippingMethods() : ShippingMethods
- Returns all disallowed shipping methods for a given customer.
Properties
$repository
private
CustomerDisallowedShippingMethodsRepository
$repository
Methods
__construct()
public
__construct(CustomerDisallowedShippingMethodsRepository $repository) : mixed
Parameters
- $repository : CustomerDisallowedShippingMethodsRepository
Return values
mixed —getCustomersDisallowedShippingMethods()
Returns all disallowed shipping methods for a given customer.
public
getCustomersDisallowedShippingMethods(int $customerId) : ShippingMethods
Parameters
- $customerId : int