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

eleme.openapi.sdk.api.entity.ugc.RecommendCouponDTO Maven / Gradle / Ivy

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

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

public class RecommendCouponDTO{

    /**
     * 代金券使用门槛金额
     */
    private int threshold;
    public int getThreshold() {
        return threshold;
    }
    public void setThreshold(int threshold) {
        this.threshold = threshold;
    }
    
    /**
     * 代金券优惠金额
     */
    private int benefit;
    public int getBenefit() {
        return benefit;
    }
    public void setBenefit(int benefit) {
        this.benefit = benefit;
    }
    
    /**
     * 代金券发放后的有效天数
     */
    private int duration;
    public int getDuration() {
        return duration;
    }
    public void setDuration(int duration) {
        this.duration = duration;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy