Interface CustomerGroupSetCustomTypeAction

All Superinterfaces:
CustomerGroupUpdateAction, ResourceUpdateAction<CustomerGroupUpdateAction>
All Known Implementing Classes:
CustomerGroupSetCustomTypeActionImpl

This action sets or removes the custom type for an existing CustomerGroup. If present, this action overwrites any existing custom type and fields.


Example to create an instance using the builder pattern

     CustomerGroupSetCustomTypeAction customerGroupSetCustomTypeAction = CustomerGroupSetCustomTypeAction.builder()
             .build()