Class CustomerGroupStore
Inheritance
System.Object
CustomerGroupStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CustomerGroupStore : RestControllerBase
Constructors
CustomerGroupStore(CustomerGroupLoader)
Declaration
public CustomerGroupStore(CustomerGroupLoader customerGroupLoader)
Parameters
Methods
Get(String, ItemRange)
Declaration
public RestResult Get(string name, ItemRange range)
Parameters
Type |
Name |
Description |
System.String |
name |
|
EPiServer.Shell.Services.Rest.ItemRange |
range |
|
Returns
Type |
Description |
EPiServer.Shell.Services.Rest.RestResult |
|