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

eleme.openapi.sdk.api.entity.enterprise.ShopOnlineOrderPaymentDetail Maven / Gradle / Ivy

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

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

public class ShopOnlineOrderPaymentDetail{

    /**
     * 订单总价
     */
    private BigDecimal orderPrice;
    public BigDecimal getOrderPrice() {
        return orderPrice;
    }
    public void setOrderPrice(BigDecimal orderPrice) {
        this.orderPrice = orderPrice;
    }
    
    /**
     * 订单优惠总价
     */
    private BigDecimal favorSumPrice;
    public BigDecimal getFavorSumPrice() {
        return favorSumPrice;
    }
    public void setFavorSumPrice(BigDecimal favorSumPrice) {
        this.favorSumPrice = favorSumPrice;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy