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

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

There is a newer version: 2.9.3
Show newest version
package com.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;
import java.util.LinkedList;
import java.util.List;

@XmlRootElement
public class ShopifyCustomersRoot {
    public List getCustomers() {
        return customers;
    }

    public void setCustomers(List customers) {
        this.customers = customers;
    }

    private List customers = new LinkedList<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy