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

io.github.dft.amazon.model.offers.v20210801.Offers Maven / Gradle / Ivy

There is a newer version: 2.1.11
Show newest version
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