Interface CustomerCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerCustomFieldAddedMessagePayloadImpl

Generated after adding a Custom Field using the Set CustomField update action.


Example to create an instance using the builder pattern

     CustomerCustomFieldAddedMessagePayload customerCustomFieldAddedMessagePayload = CustomerCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()