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

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

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

public class ShopifyCustomerRoot {

	private ShopifyCustomer customer;

	public ShopifyCustomer getCustomer() {
		return customer;
	}

	public void setCustomer(final ShopifyCustomer customer) {
		this.customer = customer;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy