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

com.indix.models.product.OffersProduct Maven / Gradle / Ivy

package com.indix.models.product;

import com.indix.models.product.productAtStore.OffersProductAtStore;

import java.util.Map;

public class OffersProduct extends SummaryProduct {
    private Map stores;

     public Map getStores() {
        return stores;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy