com.alipay.api.response.AlipayMarketingActivityVoucherAppendResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.activity.voucher.append response.
*
* @author auto create
* @since 1.0, 2024-04-23 21:51:00
*/
public class AlipayMarketingActivityVoucherAppendResponse extends AlipayResponse {
private static final long serialVersionUID = 1785461767838844188L;
/**
* 预充值链接
限制
有效时间3天
*/
@ApiField("recharge_url")
private String rechargeUrl;
public void setRechargeUrl(String rechargeUrl) {
this.rechargeUrl = rechargeUrl;
}
public String getRechargeUrl( ) {
return this.rechargeUrl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy