Interface CustomerGroupReference

All Superinterfaces:
Identifiable<CustomerGroup>, Reference, ReferenceMixin
All Known Implementing Classes:
CustomerGroupReferenceImpl

Reference to a CustomerGroup.


Example to create an instance using the builder pattern

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