![JAR search and dependency download from the Maven repository](/logo.png)
com.ebay.sell.inventory.offers.models.PricingSummary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebay-sdk Show documentation
Show all versions of ebay-sdk Show documentation
Java SDK for eBay REST APIs
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 - 2025 Weber Informatics LLC | Privacy Policy