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

com.ebay.sell.inventory.offers.models.PricingSummary Maven / Gradle / Ivy

package com.ebay.sell.inventory.offers.models;

public class PricingSummary {

	private Amount price;

	public Amount getPrice() {
		return price;
	}

	public void setPrice(Amount price) {
		this.price = price;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy