Interface CustomerGroupKeyReference

All Superinterfaces:
KeyReference

public interface CustomerGroupKeyReference extends KeyReference

Used by the Import API to identify a CustomerGroup.


Example to create an instance using the builder pattern

     CustomerGroupKeyReference customerGroupKeyReference = CustomerGroupKeyReference.builder()
             .key("{key}")
             .build()
 
  • Field Details

    • CUSTOMER_GROUP

      static final String CUSTOMER_GROUP
      discriminator value for CustomerGroupKeyReference
      See Also:
  • Method Details