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