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

com.shopify.model.ShopifyShop Maven / Gradle / Ivy

package com.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class ShopifyShop {

	private Shop shop;

	public Shop getShop() {
		return shop;
	}

	public void setShop(Shop shop) {
		this.shop = shop;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy