![JAR search and dependency download from the Maven repository](/logo.png)
io.github.dft.amazon.model.offers.v20210801.Offers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amazon-sp-api Show documentation
Show all versions of amazon-sp-api Show documentation
Amazon SP API using JDK 11
package io.github.dft.amazon.model.offers.v20210801;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import io.github.dft.amazon.model.attributes.v20210801.ItemValue;
import lombok.Data;
import java.util.List;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class Offers {
private String marketplaceId;
private String offerType;
private Price price;
private List productDescription;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy