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

eleme.openapi.sdk.api.entity.activity.TargetCouponDetail 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 TargetCouponDetail{

    /**
     * 门槛
     */
    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;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy