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

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

The 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 CommonTargetSkuCouponDetail{

    /**
     * 优惠内容
     */
    private Double content;
    public Double getContent() {
        return content;
    }
    public void setContent(Double content) {
        this.content = content;
    }
    
    /**
     * 优惠券名称
     */
    private String name;
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    
    /**
     * 优惠类型
     */
    private Integer benefitTyp;
    public Integer getBenefitTyp() {
        return benefitTyp;
    }
    public void setBenefitTyp(Integer benefitTyp) {
        this.benefitTyp = benefitTyp;
    }
    
    /**
     * 券有效期
     */
    private Long duration;
    public Long getDuration() {
        return duration;
    }
    public void setDuration(Long duration) {
        this.duration = duration;
    }
    
    /**
     * 商品连锁标示
     */
    private String extendCode;
    public String getExtendCode() {
        return extendCode;
    }
    public void setExtendCode(String extendCode) {
        this.extendCode = extendCode;
    }
    
    /**
     * 通用的店铺范围
     */
    private List shopIdList;
    public List getShopIdList() {
        return shopIdList;
    }
    public void setShopIdList(List shopIdList) {
        this.shopIdList = shopIdList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy