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

com.dft.api.shopify.model.ShopifyVariantRequest Maven / Gradle / Ivy

The newest version!
package com.dft.api.shopify.model;

public interface ShopifyVariantRequest {

	public ShopifyVariant getRequest();

	public String getImageSource();

	public boolean hasImageSource();

	public boolean hasChanged();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy