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

eleme.openapi.sdk.api.entity.activity.CommonTargetCouponDetail Maven / Gradle / Ivy

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

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

public class CommonTargetCouponDetail{

    /**
     * 门槛
     */
    private Long threshold;
    public Long getThreshold() {
        return threshold;
    }
    public void setThreshold(Long threshold) {
        this.threshold = threshold;
    }
    
    /**
     * 扣减额
     */
    private Double discounts;
    public Double getDiscounts() {
        return discounts;
    }
    public void setDiscounts(Double discounts) {
        this.discounts = discounts;
    }
    
    /**
     * 红包有效期
     */
    private Long duration;
    public Long getDuration() {
        return duration;
    }
    public void setDuration(Long duration) {
        this.duration = duration;
    }
    
    /**
     * 通用的店铺范围
     */
    private List shopIdList;
    public List getShopIdList() {
        return shopIdList;
    }
    public void setShopIdList(List shopIdList) {
        this.shopIdList = shopIdList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy