PricingManagerInterface
interface PricingManagerInterface (View source)
Methods
user(Authenticatable $user)
Set the user property.
qty(int $qty)
Set the quantity property.
customerGroups(Collection $customerGroups)
Set the customer groups.
Details
PricingManagerInterface
user(Authenticatable $user)
Set the user property.
PricingManagerInterface
currency(Currency $currency)
Set the currency property.
PricingManagerInterface
qty(int $qty)
Set the quantity property.
PricingManagerInterface
customerGroups(Collection $customerGroups)
Set the customer groups.
PricingManagerInterface
customerGroup(CustomerGroup $customerGroup)
Set the customer group.
PricingResponse
for(Purchasable $purchasable)
Get the price for a purchasable.