All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.sync.commons.models.CustomDraft Maven / Gradle / Ivy

package com.commercetools.sync.commons.models;

import com.commercetools.api.models.type.CustomFieldsDraft;
import javax.annotation.Nullable;

/** Interface for draft objects which include custom fields. */
public interface CustomDraft {
  @Nullable
  CustomFieldsDraft getCustom();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy