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

eleme.openapi.sdk.api.entity.product.OPriceInfo Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.product;

import eleme.openapi.sdk.api.enumeration.product.*;
import eleme.openapi.sdk.api.entity.product.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class OPriceInfo{

    /**
     * 每份单价(元)
     */
    private Double unitPrice;
    public Double getUnitPrice() {
        return unitPrice;
    }
    public void setUnitPrice(Double unitPrice) {
        this.unitPrice = unitPrice;
    }
    
    /**
     * 阶梯价格
     */
    private List stepPriceList;
    public List getStepPriceList() {
        return stepPriceList;
    }
    public void setStepPriceList(List stepPriceList) {
        this.stepPriceList = stepPriceList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy