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

eleme.openapi.sdk.api.entity.finance.RewardBillQuery Maven / Gradle / Ivy

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

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

public class RewardBillQuery{

    /**
     * 店铺ID
     */
    private Long shopId;
    public Long getShopId() {
        return shopId;
    }
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    
    /**
     * 饿了么订单ID
     */
    private Long alscOrderId;
    public Long getAlscOrderId() {
        return alscOrderId;
    }
    public void setAlscOrderId(Long alscOrderId) {
        this.alscOrderId = alscOrderId;
    }
    
    /**
     * 返佣业务类型
     */
    private Integer rewardSource;
    public Integer getRewardSource() {
        return rewardSource;
    }
    public void setRewardSource(Integer rewardSource) {
        this.rewardSource = rewardSource;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy