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

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

package com.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class ShopifyErrorsRoot {

	private ShopifyErrors errors = new ShopifyErrors();

	public ShopifyErrors getErrors() {
		return errors;
	}

	public void setErrors(ShopifyErrors errors) {
		this.errors = errors;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy