Interface CustomerGroupCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerGroupCustomFieldAddedMessagePayload extends MessagePayload

Generated after adding a Custom Field to a Customer Group using the Set CustomField update action. If a Custom Field already exists with the same name, a CustomerGroupCustomFieldChanged Message is generated instead.


Example to create an instance using the builder pattern

     CustomerGroupCustomFieldAddedMessagePayload customerGroupCustomFieldAddedMessagePayload = CustomerGroupCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()