Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • CustomerGroupConfigurations
  • CustomerGroupSettings

Interfaces

  • CustomerGroupConfigurationsInterface
  • CustomerGroupSettingsInterface

Class CustomerGroupConfigurations

Class GXEngineQuantityUnit.

CustomerGroupConfigurations implements CustomerGroupConfigurationsInterface
Package: CustomerGroup\ValueObjects
Category: System
Located at Services/Core/CustomerGroup/ValueObjects/CustomerGroupConfigurations.inc.php

Methods summary

public
# __construct( DecimalType $discount, DecimalType $otDiscount, DecimalType $minOrder = null, DecimalType $maxOrder = null, array $unallowedPaymentModules = [], array $unallowedShippingModules = [] )

CustomerGroupConfigurations constructor.

CustomerGroupConfigurations constructor.

Parameters

$discount
$otDiscount
$minOrder
$maxOrder
$unallowedPaymentModules
$unallowedShippingModules
public float
# getMinOrder( )

Returns the minimum order.

Returns the minimum order.

Returns

float
The minimum order.

Implementation of

CustomerGroupConfigurationsInterface::getMinOrder()
public float
# getMaxOrder( )

Returns the maximum order.

Returns the maximum order.

Returns

float
The maximum order.

Implementation of

CustomerGroupConfigurationsInterface::getMaxOrder()
public float
# getDiscount( )

Returns the discount.

Returns the discount.

Returns

float
The discount.

Implementation of

CustomerGroupConfigurationsInterface::getDiscount()
public float
# getOtDiscount( )

Returns the ot discount.

Returns the ot discount.

Returns

float
The ot discount.

Implementation of

CustomerGroupConfigurationsInterface::getOtDiscount()
public array
# getUnallowedPaymentModules( )

Returns the unallowed payment modules.

Returns the unallowed payment modules.

Returns

array
The unallowed payment modules.

Implementation of

CustomerGroupConfigurationsInterface::getUnallowedPaymentModules()
public array
# getUnallowedShippingModules( )

Returns the unallowed shipping modules.

Returns the unallowed shipping modules.

Returns

array
The unallowed shipping modules.

Implementation of

CustomerGroupConfigurationsInterface::getUnallowedShippingModules()

Properties summary

protected float $minOrder
#
protected float $maxOrder
#
protected float $discount
#
protected float $otDiscount
#
protected array $unallowedPaymentModules
#
protected array $unallowedShippingModules
#
API documentation generated by ApiGen