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

weixin.popular.bean.card.update.UpdateCash Maven / Gradle / Ivy

Go to download

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

The newest version!
/**
 * 
 */
package weixin.popular.bean.card.update;

import weixin.popular.bean.card.Cash;

/**
 * 微信卡券-卡券管理-更改卡券信息接口(代金券)-请求参数 
 * @author Moyq5
 * @date 2016年7月30日
 */
public class UpdateCash extends AbstractUpdate {
	
	/**
	 * 代金券
	 */
	private Cash cash;

	/**
	 * @return 代金券
	 */
	public Cash getCash() {
		return cash;
	}

	/**
	 * @param cash 代金券
	 */
	public void setCash(Cash cash) {
		this.cash = cash;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy