Interface CustomerGroupSetCustomFieldAction

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

CustomerGroupSetCustomFieldAction
Example to create an instance using the builder pattern

     CustomerGroupSetCustomFieldAction customerGroupSetCustomFieldAction = CustomerGroupSetCustomFieldAction.builder()
             .name("{name}")
             .build()