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

weixin.popular.bean.paymch.PromotionGoodsDetail Maven / Gradle / Ivy

Go to download

The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.

There is a newer version: 2.8.43
Show newest version
package weixin.popular.bean.paymch;

public class PromotionGoodsDetail {

	private String goods_id;
	
	private String goods_remark;
	
	private Integer discount_amount;
	
	private Integer quantity;
	
	private Integer price;

	public String getGoods_id() {
		return goods_id;
	}

	public void setGoods_id(String goods_id) {
		this.goods_id = goods_id;
	}

	public String getGoods_remark() {
		return goods_remark;
	}

	public void setGoods_remark(String goods_remark) {
		this.goods_remark = goods_remark;
	}

	public Integer getDiscount_amount() {
		return discount_amount;
	}

	public void setDiscount_amount(Integer discount_amount) {
		this.discount_amount = discount_amount;
	}

	public Integer getQuantity() {
		return quantity;
	}

	public void setQuantity(Integer quantity) {
		this.quantity = quantity;
	}

	public Integer getPrice() {
		return price;
	}

	public void setPrice(Integer price) {
		this.price = price;
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy