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

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

The newest version!
package com.dft.api.shopify.model;

public class ShopifyRefundCreationRequest {

	private ShopifyRefund request;

	public ShopifyRefund getRequest() {
		return request;
	}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy