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

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

package com.shopify.model;

public class ShopifyOrderUpdateRoot {

	private ShopifyOrderShippingAddressUpdateRequest order;

	public ShopifyOrderShippingAddressUpdateRequest getOrder() {
		return order;
	}

	public void setOrder(final ShopifyOrderShippingAddressUpdateRequest order) {
		this.order = order;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy