
com.alipay.api.response.AlipayMarketingCampaignPrizeAmountQueryResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.campaign.prize.amount.query response.
*
* @author auto create
* @since 1.0, 2017-03-23 14:22:01
*/
public class AlipayMarketingCampaignPrizeAmountQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 7115694368818319514L;
/**
* 奖品剩余数量,数值
*/
@ApiField("remain_amount")
private String remainAmount;
public void setRemainAmount(String remainAmount) {
this.remainAmount = remainAmount;
}
public String getRemainAmount( ) {
return this.remainAmount;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy