Interface CustomerSetExternalIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetExternalIdActionImpl

CustomerSetExternalIdAction
Example to create an instance using the builder pattern

     CustomerSetExternalIdAction customerSetExternalIdAction = CustomerSetExternalIdAction.builder()
             .build()