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

weixin.popular.bean.card.update.UpdateGift 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.card.update;

import weixin.popular.bean.card.Gift;


/**
 * 微信卡券-卡券管理-更改卡券信息接口(兑换券)-请求参数 
 * @author Moyq5
 * @date 2016年7月30日
 */
public class UpdateGift extends AbstractUpdate {
	
	/**
	 * 兑换券
	 */
	private Gift gift;

	/**
	 * @return 兑换券
	 */
	public Gift getGift() {
		return gift;
	}

	/**
	 * @param gift 兑换券
	 */
	public void setGift(Gift gift) {
		this.gift = gift;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy