Interface CustomerGroupReference

All Superinterfaces:
Identifiable<CustomerGroup>, IdentifiableObjHolder<CustomerGroup>, Reference, ReferenceMixin

public interface CustomerGroupReference extends Reference, Identifiable<CustomerGroup>, IdentifiableObjHolder<CustomerGroup>

Reference to a CustomerGroup.


Example to create an instance using the builder pattern

     CustomerGroupReference customerGroupReference = CustomerGroupReference.builder()
             .id("{id}")
             .build()