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

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

package com.shopify.model;

import java.util.LinkedList;
import java.util.List;

public class ShopifyErrors {

	private List base = new LinkedList<>();

	public List getBase() {
		return base;
	}

	public void setBase(List base) {
		this.base = base;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy