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

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

package com.commercetools.sync.commons.models;

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

public interface Custom {

  String getId();

  String getTypeId();

  @Nullable
  CustomFields getCustom();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy