io.sphere.sdk.customergroups.CustomerGroup Maven / Gradle / Ivy
package io.sphere.sdk.customergroups;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
@JsonDeserialize(as = CustomerGroupImpl.class)
public interface CustomerGroup {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy