Interface CustomerSetExternalIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetExternalIdAction extends CustomerUpdateAction
CustomerSetExternalIdAction
Example to create an instance using the builder pattern

     CustomerSetExternalIdAction customerSetExternalIdAction = CustomerSetExternalIdAction.builder()
             .build()
 
  • Field Details

    • SET_EXTERNAL_ID

      static final String SET_EXTERNAL_ID
      discriminator value for CustomerSetExternalIdAction
      See Also:
  • Method Details