Interface CustomerExternalIdSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerExternalIdSetMessagePayload extends MessagePayload

Generated after a successful Set External ID update action.


Example to create an instance using the builder pattern

     CustomerExternalIdSetMessagePayload customerExternalIdSetMessagePayload = CustomerExternalIdSetMessagePayload.builder()
             .build()