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

io.sphere.client.shop.model.AbsoluteProductDiscount Maven / Gradle / Ivy

There is a newer version: 0.72.1
Show newest version
package io.sphere.client.shop.model;

import io.sphere.client.model.Money;
import org.codehaus.jackson.annotate.JsonProperty;

import java.util.List;

public class AbsoluteProductDiscount extends AbsoluteDiscount implements ProductDiscountValue {

    public AbsoluteProductDiscount(@JsonProperty("money") final List money) {
        super(money);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy