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

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

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

public class ShopifyRefundCreationRequest {

	private ShopifyRefund request;

	public ShopifyRefund getRequest() {
		return request;
	}

	public void setRequest(final ShopifyRefund request) {
		this.request = request;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy