Interface CustomerGroupReference

All Superinterfaces:
Reference

public interface CustomerGroupReference extends Reference

Reference to a CustomerGroup.


Example to create an instance using the builder pattern

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

  • Method Details